misc/xca: Fixed build failure.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-03-18 00:11:21 +00:00 committed by Willy Sudiarto Raharjo
parent 02b9f24701
commit a63cd6fb51
1 changed files with 4 additions and 0 deletions

View File

@ -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