summaryrefslogtreecommitdiffstats
path: root/network/pdns-recursor/pdns-recursor.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/pdns-recursor/pdns-recursor.SlackBuild')
-rw-r--r--network/pdns-recursor/pdns-recursor.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/network/pdns-recursor/pdns-recursor.SlackBuild b/network/pdns-recursor/pdns-recursor.SlackBuild
index ceb4835d5b..3bcd1ff97d 100644
--- a/network/pdns-recursor/pdns-recursor.SlackBuild
+++ b/network/pdns-recursor/pdns-recursor.SlackBuild
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pdns-recursor
-VERSION=${VERSION:-4.1.13}
+VERSION=${VERSION:-4.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -88,7 +88,8 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-static=no \
- --build=$ARCH-slackware-linux
+ --build=$ARCH-slackware-linux \
+ --enable-dns-over-tls
make
make install DESTDIR=$PKG