summaryrefslogtreecommitdiff
path: root/debian/patches/10-520478-squash-bad-deps.patch
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2014-10-16 23:12:33 -0400
committerHans-Christoph Steiner <hans@eds.org>2014-10-16 23:12:33 -0400
commit121be71cab384e98755def99c2c4dc3dc82806ac (patch)
tree50a57e97bee3aa700989337ff2297088d11a2b68 /debian/patches/10-520478-squash-bad-deps.patch
parent9ce5373557d7740469c5e43231414d8bb9c3000f (diff)
updated patches from sqlite3_3.8.6 package
Diffstat (limited to 'debian/patches/10-520478-squash-bad-deps.patch')
-rw-r--r--debian/patches/10-520478-squash-bad-deps.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/10-520478-squash-bad-deps.patch b/debian/patches/10-520478-squash-bad-deps.patch
index 62262d3..e7a1276 100644
--- a/debian/patches/10-520478-squash-bad-deps.patch
+++ b/debian/patches/10-520478-squash-bad-deps.patch
@@ -1,13 +1,13 @@
---- sqlcipher-2.2.1.orig/Makefile.in
-+++ sqlcipher-2.2.1/Makefile.in
-@@ -521,18 +521,20 @@ sqlcipher.pc: $(TOP)/sqlcipher.pc.in
+--- sqlcipher-3.2.0.orig/Makefile.in
++++ sqlcipher-3.2.0/Makefile.in
+@@ -509,18 +509,20 @@ sqlcipher.pc: $(TOP)/sqlcipher.pc.in
libsqlcipher.la: $(LIBOBJ)
- $(LTLINK) -o $@ $(LIBOBJ) $(TLIBS) \
+ $(LTLINK) -no-undefined -o $@ $(LIBOBJ) $(TLIBS) \
${ALLOWRELEASE} -rpath "$(libdir)" -version-info "8:6:8"
+ sed -i "/dependency_libs/s/'.*'/''/" $@
libtclsqlite3.la: tclsqlite.lo libsqlcipher.la
- $(LTLINK) -o $@ tclsqlite.lo \
+ $(LTLINK) -no-undefined -o $@ tclsqlite.lo \
- libsqlcipher.la @TCL_STUB_LIB_SPEC@ $(TLIBS) \
+ libsqlcipher.la @TCL_STUB_LIB_SPEC@ \
-rpath "$(TCLLIBDIR)" \