From a96be19bc390e43502ea6dbc4f673665bbc2a318 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 22 Mar 2010 14:29:00 +0100 Subject: package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args Makefile.autotools.in automatically adds these to the configure invocation, so there's no need to explicitly list them. Signed-off-by: Peter Korsgaard --- package/bind/bind.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/bind') diff --git a/package/bind/bind.mk b/package/bind/bind.mk index e1baef73e..e57f26707 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -16,7 +16,7 @@ BIND_TARGET_BINS = dig host nslookup nsupdate BIND_TARGET_LIBS = libbind9.* libdns.* libisccc.* libisccfg.* libisc.* liblwres.* BIND_CONF_ENV = BUILD_CC="$(TARGET_CC)" \ BUILD_CFLAGS="$(TARGET_CFLAGS)" -BIND_CONF_OPT = $(DISABLE_IPV6) \ +BIND_CONF_OPT = \ --sysconfdir=/etc \ --localstatedir=/var \ --with-randomdev=/dev/urandom \ -- cgit v1.2.3