slackbuilds_ponce/misc/xca/patch.configure
Kent Fritz 28d1f7d57f misc/xca: Added (X Certificate and Key Management).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-04-07 14:43:37 +07:00

11 lines
359 B
Text

--- configure.orig 2014-03-28 05:27:55.968017610 -0700
+++ configure 2014-03-28 05:32:52.243020610 -0700
@@ -189,7 +189,7 @@
pkg-config QtGui openssl --libs >/dev/null;
then
CF="`pkg-config QtGui openssl --cflags`"
- LIBS="`pkg-config QtGui openssl --libs` -lltdl"
+ LIBS="`pkg-config QtGui openssl --libs` -lltdl ${LIBS}"
else
by_hand=true
fi