summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2016-03-18 00:11:21 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-03-20 07:37:45 +0700
commita63cd6fb518de06b721cb0893b53ee6ab7ce8607 (patch)
tree0a990982eec3c1858b5d4f64048dfd93296cb8a9 /misc
parent02b9f24701d0eb2d0eb37cd78ad592cd5f56f5ea (diff)
downloadslackbuilds-a63cd6fb518de06b721cb0893b53ee6ab7ce8607.tar.gz
slackbuilds-a63cd6fb518de06b721cb0893b53ee6ab7ce8607.tar.xz
misc/xca: Fixed build failure.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/xca/xca.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/xca/xca.SlackBuild b/misc/xca/xca.SlackBuild
index c51955db3f..02c123d99c 100644
--- a/misc/xca/xca.SlackBuild
+++ b/misc/xca/xca.SlackBuild
@@ -69,6 +69,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+sed -i \
+ -e 's/LIBS="\${LIBS} \${OPENSSL_LIBS}\${QT_LIBS}"/LIBS="\${LIBS} \${OPENSSL_LIBS} \${QT_LIBS}"/' \
+ configure
+
CXXFLAGS="$SLKCFLAGS" \
./configure --prefix=/usr
make