summaryrefslogtreecommitdiff
path: root/data/bind/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/bind/make.sh')
-rw-r--r--data/bind/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/bind/make.sh b/data/bind/make.sh
index b8a32fc36..1e90e5aac 100644
--- a/data/bind/make.sh
+++ b/data/bind/make.sh
@@ -1,5 +1,5 @@
tar -zxvf "${PKG_DATA}/bind-9.4.2.tar.gz"
cd bind-9.4.2
-pkg:configure --enable-shared=yes --enable-static=no --with-randomdev=/dev/random BUILD_CC=gcc
+pkg:configure --with-randomdev=/dev/random BUILD_CC=gcc
make
pkg:install