diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-22 14:29:00 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-22 14:29:00 +0100 |
commit | a96be19bc390e43502ea6dbc4f673665bbc2a318 (patch) | |
tree | 1b38c83c3258456f157263a3d508bbc7df2d8da8 /package/bind/bind.mk | |
parent | 6a3a58f137ecdd493cacc8981b6fb230dc022390 (diff) |
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 <jacmet@sunsite.dk>
Diffstat (limited to 'package/bind/bind.mk')
-rw-r--r-- | package/bind/bind.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |