From 95008285045d7130c028d6755dcc2bae5387cb22 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 3 Jan 2020 23:09:25 +0100 Subject: 20200103.1 global branch merge. Signed-off-by: Matteo Bernardini --- misc/xca/xca.SlackBuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'misc/xca/xca.SlackBuild') diff --git a/misc/xca/xca.SlackBuild b/misc/xca/xca.SlackBuild index 15387ae802..8d6f02ac35 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 {} \; +# Hack to avoid building the html docs, broken with the newer linuxdoc-tools +sed -i '/case "$DOCTOOL" in/i \ +DOCTOOL=true' configure + sed -i \ -e 's/LIBS="\${LIBS} \${OPENSSL_LIBS}\${QT_LIBS}"/LIBS="\${LIBS} \${OPENSSL_LIBS} \${QT_LIBS}"/' \ configure -- cgit v1.2.3