summaryrefslogtreecommitdiffstats
path: root/source/n/bind/bind.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/bind/bind.SlackBuild')
-rwxr-xr-xsource/n/bind/bind.SlackBuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/source/n/bind/bind.SlackBuild b/source/n/bind/bind.SlackBuild
index f77271809..56365a9cb 100755
--- a/source/n/bind/bind.SlackBuild
+++ b/source/n/bind/bind.SlackBuild
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=bind
-VERSION=${VERSION:-9.14.5}
+VERSION=${VERSION:-9.14.6}
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
@@ -67,11 +67,6 @@ rm -rf ${PKGNAM}-${VERSION}
tar xvf $CWD/${PKGNAM}-$VERSION.tar.gz || exit 1
cd ${PKGNAM}-$VERSION || exit 1
-# Remove use of SO_BSDCOMPAT which has been obsolete since the 2.2.x kernel
-# series, and generates warnings under 2.6.x kernels. This _might_ be fixed
-# upstream already, but an explicit #undef SO_BSDCOMPAT does not hurt:
-zcat $CWD/bind.so_bsdcompat.diff.gz | patch -p1 --verbose || exit
-
# Make sure ownerships and permissions are sane:
chown -R root:root .
find . \
@@ -92,7 +87,6 @@ CFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--enable-shared \
--disable-static \
- --enable-threads \
--with-openssl=/usr \
--build=$ARCH-slackware-linux || exit 1