summaryrefslogtreecommitdiffstats
path: root/libreoffice/build/libreoffice.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libreoffice/build/libreoffice.SlackBuild')
-rwxr-xr-xlibreoffice/build/libreoffice.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libreoffice/build/libreoffice.SlackBuild b/libreoffice/build/libreoffice.SlackBuild
index a7174783..3def5ad2 100755
--- a/libreoffice/build/libreoffice.SlackBuild
+++ b/libreoffice/build/libreoffice.SlackBuild
@@ -1184,11 +1184,11 @@ fi
# Causes a lot of trouble otherwise:
if ! which gpgme-config 1>/dev/null 2>/dev/null ; then
GPGMEOPTS="--without-system-gpgmepp"
- SLKGPGMELDFLAGS="-L${BUILDDIR}/instdir/program -lgpgmepp -lgpgme -lassuan -lgpg-error"
+ SLKGPGMELDFLAGS=""
elif [ $(gpgme-config --version |cut -d. -f1) -eq 1 -a $(gpgme-config --version |cut -d. -f2) -lt 9 ]; then
# gpgme < 1.9.0 so don't use the system libs:
GPGMEOPTS="--without-system-gpgmepp"
- SLKGPGMELDFLAGS="-L${BUILDDIR}/instdir/program -lgpgmepp -lgpgme -lassuan -lgpg-error"
+ SLKGPGMELDFLAGS=""
else
echo "Using system gpgme"
GPGMEOPTS="--with-system-gpgmepp"