summaryrefslogtreecommitdiffstats
path: root/source/n/libtirpc/libtirpc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/libtirpc/libtirpc.SlackBuild')
-rwxr-xr-xsource/n/libtirpc/libtirpc.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/n/libtirpc/libtirpc.SlackBuild b/source/n/libtirpc/libtirpc.SlackBuild
index b870f0089..609cb74de 100755
--- a/source/n/libtirpc/libtirpc.SlackBuild
+++ b/source/n/libtirpc/libtirpc.SlackBuild
@@ -30,11 +30,11 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libtirpc
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# To build with GSS support (requires Kerberos 5 libraries), pass any value
# other than "NO" in the environment, or edit the line below:
-WITH_GSS=${WITH_GSS:-NO}
+WITH_GSS=${WITH_GSS:-YES}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then