aboutsummaryrefslogtreecommitdiff
path: root/system/gnomint/patches/01-ldd.patch
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2012-09-07 19:17:52 +0200
committerRobby Workman <rworkman@slackbuilds.org>2012-09-08 17:28:31 -0500
commitab0b7a771e6767d1109b1483b97b25e4967f6b5e (patch)
tree759b1cb627f0da5ed350cd42f725b6cbb40cf38e /system/gnomint/patches/01-ldd.patch
parent9ea447a1bba973afc55172d554ad1b690856788f (diff)
system/gnomint: Added (GUI for Certification Authorities).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/gnomint/patches/01-ldd.patch')
-rw-r--r--system/gnomint/patches/01-ldd.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/gnomint/patches/01-ldd.patch b/system/gnomint/patches/01-ldd.patch
new file mode 100644
index 0000000000000..0f92419fb0b1c
--- /dev/null
+++ b/system/gnomint/patches/01-ldd.patch
@@ -0,0 +1,14 @@
+Author: Daniel Baumann <daniel@debian.org>
+Description: Explicitly linking against libgcrypt.
+
+diff -Naurp gnomint.orig/src/Makefile.in gnomint/src/Makefile.in
+--- gnomint.orig/src/Makefile.in 2011-05-17 19:57:50.013883380 +0200
++++ gnomint/src/Makefile.in 2011-05-17 19:57:37.209981808 +0200
+@@ -347,6 +347,7 @@ gnomint_cli_SOURCES = \
+
+ gnomint_cli_LDADD = \
+ $(GNOMINTCLI_LIBS) \
++ $(LIBGCRYPT_LIBS) \
+ $(LIBGNUTLS_LIBS) \
+ $(SQLITE_LIBS) \
+ $(READLINE_LIBS) \