mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 21:14:32 +04:00
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>
12 lines
307 B
Diff
12 lines
307 B
Diff
--- a/bin/Makefile.in
|
|
+++ b/bin/Makefile.in
|
|
@@ -12,7 +12,7 @@ VPATH = @srcdir@
|
|
top_srcdir = @top_srcdir@
|
|
|
|
SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen \
|
|
- @NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@ tests
|
|
+ @NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@
|
|
TARGETS =
|
|
|
|
@BIND9_MAKE_RULES@
|