mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
bind: fix warnings about unknown options
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
committed by
Noah Meyerhans
parent
fe4f165b8e
commit
55055f70e4
@@ -41,6 +41,8 @@ PKG_BUILD_DEPENDS += BIND_LIBXML2:libxml2 BIND_LIBJSON:libjson-c
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
||||
DISABLE_NLS:=
|
||||
|
||||
define Package/bind/Default
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
@@ -136,12 +138,10 @@ TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--with-openssl="$(STAGING_DIR)/usr" \
|
||||
--with-libtool \
|
||||
--without-lmdb \
|
||||
--enable-epoll \
|
||||
--without-gssapi \
|
||||
--without-readline \
|
||||
--without-python \
|
||||
--sysconfdir=/etc/bind
|
||||
|
||||
ifdef CONFIG_BIND_LIBJSON
|
||||
|
||||
Reference in New Issue
Block a user