bind: fix warnings about unknown options
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
parent
fe4f165b8e
commit
55055f70e4
1 changed files with 2 additions and 2 deletions
|
@ -41,6 +41,8 @@ PKG_BUILD_DEPENDS += BIND_LIBXML2:libxml2 BIND_LIBJSON:libjson-c
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/nls.mk
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
|
DISABLE_NLS:=
|
||||||
|
|
||||||
define Package/bind/Default
|
define Package/bind/Default
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
|
@ -136,12 +138,10 @@ TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-openssl="$(STAGING_DIR)/usr" \
|
--with-openssl="$(STAGING_DIR)/usr" \
|
||||||
--with-libtool \
|
|
||||||
--without-lmdb \
|
--without-lmdb \
|
||||||
--enable-epoll \
|
--enable-epoll \
|
||||||
--without-gssapi \
|
--without-gssapi \
|
||||||
--without-readline \
|
--without-readline \
|
||||||
--without-python \
|
|
||||||
--sysconfdir=/etc/bind
|
--sysconfdir=/etc/bind
|
||||||
|
|
||||||
ifdef CONFIG_BIND_LIBJSON
|
ifdef CONFIG_BIND_LIBJSON
|
||||||
|
|
Loading…
Reference in a new issue