[root-system] 05/06: new patch: 01-link-roota-against-sqlite.patch.

Lifeng Sun lifengsun-guest at alioth.debian.org
Wed Sep 4 01:19:15 UTC 2013


This is an automated email from the git hooks/post-receive script.

lifengsun-guest pushed a commit to branch master
in repository root-system.

commit c5b9535d8ff8e5ced030a06767ab13da0c0a4493
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Sun Jul 28 20:12:31 2013 +0800

    new patch: 01-link-roota-against-sqlite.patch.
---
 debian/patches/01-link-roota-against-sqlite.patch |   15 +++++++++++++++
 debian/patches/series                             |    1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/01-link-roota-against-sqlite.patch b/debian/patches/01-link-roota-against-sqlite.patch
new file mode 100644
index 0000000..a85d61e
--- /dev/null
+++ b/debian/patches/01-link-roota-against-sqlite.patch
@@ -0,0 +1,15 @@
+diff --git a/Makefile b/Makefile
+index fc3bd18..3adf40e 100644
+--- a/Makefile
++++ b/Makefile
+@@ -539,6 +539,10 @@ CORELIBEXTRA    += $(LZMALIB)
+ STATICEXTRALIBS += $(LZMALIB)
+ endif
+ 
++ifeq ($(BUILDSQLITE),yes)
++STATICEXTRALIBS += $(SQLITECLILIB)
++endif
++
+ ##### In case shared libs need to resolve all symbols (e.g.: aix, win32) #####
+ 
+ ifeq ($(EXPLICITLINK),yes)
diff --git a/debian/patches/series b/debian/patches/series
index b021ec2..bcc415c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+01-link-roota-against-sqlite.patch
 02-build-libroot-misc-memstat-package.patch
 03-build-libroot-bonjour-package.patch
 04-build-libroot-html-package.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/root-system.git



More information about the debian-science-commits mailing list