diff options
author | Sam Bingner <sam@bingner.com> | 2018-12-12 12:03:48 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-12-12 12:11:28 -1000 |
commit | 289fb68d04f3511395da101a87a87eb176ef36d4 (patch) | |
tree | 5872799188ebf1ebd8a8981365a75ec7ebc614c5 /data/bind/make.sh | |
parent | 2e43ae2b0a75cf1134a70eafcb205689c5413496 (diff) |
Update bind to 9.11.5
Diffstat (limited to 'data/bind/make.sh')
-rw-r--r-- | data/bind/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/bind/make.sh b/data/bind/make.sh index 5599e8212..bfbd90d4b 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 --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 +pkg:configure --with-randomdev=/dev/random BUILD_CC=gcc --with-openssl="$(PKG_DEST_ _openssl1.0)/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 |