diff options
author | Kent Fritz <fritz.kent@gmail.com> | 2014-03-31 12:30:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-07 14:43:37 +0700 |
commit | 28d1f7d57fce064ed6b06df89f2c28abbc747003 (patch) | |
tree | 2461faedcab7f318f54efdc7cc059efac6f69b09 /misc/xca/patch.configure | |
parent | 7dbadc7a54c312a9ba579c93b5f4fff55f897d89 (diff) | |
download | slackbuilds-28d1f7d57fce064ed6b06df89f2c28abbc747003.tar.gz |
misc/xca: Added (X Certificate and Key Management).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/xca/patch.configure')
-rw-r--r-- | misc/xca/patch.configure | 11 |
1 files changed, 11 insertions, 0 deletions
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 |