mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:44:10 -09:00
package/bind: drop unrecognized options
Buildroot commitc9515c8b63bumped bind to 9.18.28 which removed dnssec-keymgr: https://gitlab.isc.org/isc-projects/bind9/-/blob/v9.18.28/doc/notes/notes-9.18.0.rst?ref_type=tags&plain=1#L187 but forgot to remove the configure option --with-python98b3b93791305ca032a0Configure option --enable-epoll was also removed upstream in 9.18.16:6b6076c882Configure option --enable-backtrace was also removed upstream in 9.18.0:e847591867Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit9c0f6d2379) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
parent
cff6724a9a
commit
e28f5f0f37
1 changed files with 0 additions and 10 deletions
|
|
@ -30,9 +30,7 @@ BIND_AUTORECONF = YES
|
|||
BIND_CONF_OPTS = \
|
||||
--without-cmocka \
|
||||
--without-lmdb \
|
||||
--enable-epoll \
|
||||
--disable-doh \
|
||||
--disable-backtrace \
|
||||
--disable-static \
|
||||
--with-openssl=$(STAGING_DIR)/usr
|
||||
|
||||
|
|
@ -95,14 +93,6 @@ else
|
|||
BIND_CONF_OPTS += --with-libxml2=no
|
||||
endif
|
||||
|
||||
# Used by dnssec-keymgr
|
||||
ifeq ($(BR2_PACKAGE_PYTHON_PLY),y)
|
||||
BIND_DEPENDENCIES += host-python-ply
|
||||
BIND_CONF_OPTS += --with-python=$(HOST_DIR)/bin/python
|
||||
else
|
||||
BIND_CONF_OPTS += --with-python=no
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_READLINE),y)
|
||||
BIND_DEPENDENCIES += readline
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue