diff options
Diffstat (limited to 'source/d/distcc/distcc.SlackBuild')
-rwxr-xr-x | source/d/distcc/distcc.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/d/distcc/distcc.SlackBuild b/source/d/distcc/distcc.SlackBuild index b7a788eb5..18a578487 100755 --- a/source/d/distcc/distcc.SlackBuild +++ b/source/d/distcc/distcc.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=distcc VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -89,7 +89,6 @@ fi --with-gtk \ --with-auth \ --without-gnome \ - --without-avahi \ --disable-Werror \ --target=$ARCH-slackware-linux || exit 1 |