From 28d1f7d57fce064ed6b06df89f2c28abbc747003 Mon Sep 17 00:00:00 2001 From: Kent Fritz Date: Mon, 31 Mar 2014 12:30:09 +0700 Subject: misc/xca: Added (X Certificate and Key Management). Signed-off-by: Willy Sudiarto Raharjo --- misc/xca/patch.configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/xca/patch.configure (limited to 'misc/xca/patch.configure') diff --git a/misc/xca/patch.configure b/misc/xca/patch.configure new file mode 100644 index 0000000000..a00cf030f5 --- /dev/null +++ b/misc/xca/patch.configure @@ -0,0 +1,11 @@ +--- 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 -- cgit v1.2.3