summarylogtreecommitdiffstats
path: root/cryptkeeper-0.9.5-fix-linking.patch
diff options
context:
space:
mode:
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
+