summaryrefslogtreecommitdiffstats
path: root/source/n/gpgme/gpgme.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/gpgme/gpgme.SlackBuild')
-rwxr-xr-xsource/n/gpgme/gpgme.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/n/gpgme/gpgme.SlackBuild b/source/n/gpgme/gpgme.SlackBuild
index ef7caaac1..eb9d1ffb1 100755
--- a/source/n/gpgme/gpgme.SlackBuild
+++ b/source/n/gpgme/gpgme.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gpgme
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -85,6 +85,7 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--infodir=/usr/info \
--enable-languages="cl cpp python qt" \
+ --disable-gpg-test \
--docdir=/usr/doc/gpgme-$VERSION \
--build=$ARCH-slackware-linux \
--host=$ARCH-slackware-linux || exit 1