packages: iceape/iceape-sqlite.patch (NEW) - since 1.1.18 internal sqlite3 ...
hawk
hawk at pld-linux.org
Thu Sep 17 00:43:55 CEST 2009
Author: hawk Date: Wed Sep 16 22:43:55 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- since 1.1.18 internal sqlite3 is built, make it static (note: it doesn't
compile with system sqlite3 because its too new)
---- Files affected:
packages/iceape:
iceape-sqlite.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/iceape/iceape-sqlite.patch
diff -u /dev/null packages/iceape/iceape-sqlite.patch:1.1
--- /dev/null Thu Sep 17 00:43:55 2009
+++ packages/iceape/iceape-sqlite.patch Thu Sep 17 00:43:50 2009
@@ -0,0 +1,27 @@
+--- mozilla/db/sqlite3/src/Makefile.in.old 2009-08-10 19:59:12.000000000 +0200
++++ mozilla/db/sqlite3/src/Makefile.in 2009-09-08 13:14:23.000000000 +0200
+@@ -44,9 +44,9 @@ VPATH = @srcdir@
+ include $(DEPTH)/config/autoconf.mk
+
+ MODULE = sqlite3
+-LIBRARY_NAME = sqlite3
++LIBRARY_NAME = sqlite3_s
+ MODULE_NAME = sqlite3
+-FORCE_SHARED_LIB = 1
++FORCE_STATIC_LIB = 1
+ VISIBILITY_FLAGS =
+
+ ifeq (,$(filter-out WINNT WINCE, $(OS_ARCH)))
+--- mozilla/storage/build/Makefile.in.old 2009-08-07 22:37:55.000000000 +0200
++++ mozilla/storage/build/Makefile.in 2009-09-08 13:16:20.000000000 +0200
+@@ -69,9 +69,8 @@ LOCAL_INCLUDES = \
+
+ SHARED_LIBRARY_LIBS = \
+ $(DIST)/lib/$(LIB_PREFIX)storage_s.$(LIB_SUFFIX) \
++ $(DIST)/lib/$(LIB_PREFIX)sqlite3_s.$(LIB_SUFFIX) \
+ $(NULL)
+-
+-EXTRA_DSO_LIBS += sqlite3
+
+ EXTRA_DSO_LDOPTS += \
+ $(LIBS_DIR) \
================================================================
More information about the pld-cvs-commit
mailing list