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:26:41 -0400
committerHans-Christoph Steiner <hans@eds.org>2014-10-16 23:26:41 -0400
commitf0c2894038e5b616b80fd639571d7afbe14c1b08 (patch)
treed50cb7595c5fab1ac40509582da9e330f52f8b6e /debian/patches/10-520478-squash-bad-deps.patch
parent121be71cab384e98755def99c2c4dc3dc82806ac (diff)
update patches to apply to sqlcipher 3.2.0
Diffstat (limited to 'debian/patches/10-520478-squash-bad-deps.patch')
-rw-r--r--debian/patches/10-520478-squash-bad-deps.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/10-520478-squash-bad-deps.patch b/debian/patches/10-520478-squash-bad-deps.patch
index e7a1276..a03e025 100644
--- a/debian/patches/10-520478-squash-bad-deps.patch
+++ b/debian/patches/10-520478-squash-bad-deps.patch
@@ -1,13 +1,13 @@
--- sqlcipher-3.2.0.orig/Makefile.in
+++ sqlcipher-3.2.0/Makefile.in
-@@ -509,18 +509,20 @@ sqlcipher.pc: $(TOP)/sqlcipher.pc.in
+@@ -530,18 +530,20 @@ sqlcipher.pc: $(TOP)/sqlcipher.pc.in
libsqlcipher.la: $(LIBOBJ)
- $(LTLINK) -no-undefined -o $@ $(LIBOBJ) $(TLIBS) \
+ $(LTLINK) -o $@ $(LIBOBJ) $(TLIBS) \
${ALLOWRELEASE} -rpath "$(libdir)" -version-info "8:6:8"
+ sed -i "/dependency_libs/s/'.*'/''/" $@
libtclsqlite3.la: tclsqlite.lo libsqlcipher.la
- $(LTLINK) -no-undefined -o $@ tclsqlite.lo \
+ $(LTLINK) -o $@ tclsqlite.lo \
- libsqlcipher.la @TCL_STUB_LIB_SPEC@ $(TLIBS) \
+ libsqlcipher.la @TCL_STUB_LIB_SPEC@ \
-rpath "$(TCLLIBDIR)" \