summarylogtreecommitdiffstats
path: root/cryptkeeper-0.9.5-fix-linking.patch
diff options
context:
space:
mode:
authorPhillip Smith2015-06-02 10:20:02 +1000
committerPhillip Smith2015-06-02 10:20:02 +1000
commit1a3364f99a479a769af9809d012a678fc64440aa (patch)
tree52aca6a21ce07bdaf3ffbc0d7a07efa4dd7b7dad /cryptkeeper-0.9.5-fix-linking.patch
downloadaur-1a3364f99a479a769af9809d012a678fc64440aa.tar.gz
initial ommit
Diffstat (limited to 'cryptkeeper-0.9.5-fix-linking.patch')
-rw-r--r--cryptkeeper-0.9.5-fix-linking.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/cryptkeeper-0.9.5-fix-linking.patch b/cryptkeeper-0.9.5-fix-linking.patch
new file mode 100644
index 000000000000..30634ce1caac
--- /dev/null
+++ b/cryptkeeper-0.9.5-fix-linking.patch
@@ -0,0 +1,11 @@
+--- cryptkeeper-0.9.5/configure.ac.old 2010-07-25 13:03:02.000000000 +0100
++++ cryptkeeper-0.9.5/configure.ac 2010-07-25 13:03:12.000000000 +0100
+@@ -22,7 +22,7 @@ PKG_CHECK_MODULES(DEP, gtk+-2.0 >= 2.8 g
+
+ CFLAGS="$CFLAGS $DEP_CFLAGS $GNOME_KEYRING_CFLAGS"
+ CXXFLAGS="$CFLAGS"
+-LIBS="$DEP_LIBS $GNOME_KEYRING_LIBS"
++LIBS="$DEP_LIBS $GNOME_KEYRING_LIBS -lX11"
+
+ #AC_PROG_LIBTOOL
+