summaryrefslogtreecommitdiff
path: root/data/bind/make.sh
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-08-15 12:42:45 -1000
committerSam Bingner <sam@bingner.com>2018-08-15 12:42:45 -1000
commit7ac65df6a9a0cbe9646c38b2c7953899b1030cc2 (patch)
treefe2f57641e361be18e29b4c71ac2b50cefb4b3fb /data/bind/make.sh
parentc720592809c2211c4d5bea69058abfa8dd0d3f8b (diff)
Update bind to 9.11.4
Diffstat (limited to 'data/bind/make.sh')
-rw-r--r--data/bind/make.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/bind/make.sh b/data/bind/make.sh
index 950c5c6b5..5599e8212 100644
--- a/data/bind/make.sh
+++ b/data/bind/make.sh
@@ -1,4 +1,4 @@
pkg:setup
-pkg:configure --with-randomdev=/dev/random BUILD_CC=gcc
-make
+pkg:configure --with-randomdev=/dev/random BUILD_CC=gcc --with-openssl="$(PKG_DEST_ openssl)/usr" --with-ecdsa=no --with-gost=no --with-eddsa=no --with-libxml2=no --with-zlib="${PKG_ROOT}/usr" --with-gssapi=no
+make -j8 CFLAGS="${CFLAGS} -DNO_VERSION_DATE"
pkg:install