bind: update to 9.12.3-P1 and other

Refresh patches
Remove --enable-static and --enable-dynamic because they're enabled by default
Enable parallel compilation
Fix compile without IPv6

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
This commit is contained in:
Deng Qingfang
2019-01-24 00:21:10 +08:00
committed by Noah Meyerhans
parent e5910b9834
commit 4f41588c29
3 changed files with 9 additions and 13 deletions
+2 -4
View File
@@ -1,7 +1,5 @@
Index: bind-9.11.5/bin/Makefile.in
===================================================================
--- bind-9.11.5.orig/bin/Makefile.in
+++ bind-9.11.5/bin/Makefile.in
--- a/bin/Makefile.in
+++ b/bin/Makefile.in
@@ -12,7 +12,7 @@ VPATH = @srcdir@
top_srcdir = @top_srcdir@
+3 -5
View File
@@ -1,8 +1,6 @@
Index: bind-9.11.5/configure.in
===================================================================
--- bind-9.11.5.orig/configure.in
+++ bind-9.11.5/configure.in
@@ -181,26 +181,11 @@ esac
--- a/configure.in
+++ b/configure.in
@@ -182,26 +182,11 @@ esac
#
AC_CONFIG_FILES([make/rules make/includes])