diff options
Diffstat (limited to 'source/n')
-rwxr-xr-x | source/n/gpgme/gpgme.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/n/gpgme/gpgme.SlackBuild b/source/n/gpgme/gpgme.SlackBuild index ef7caaac..eb9d1ffb 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 |