mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/bind: drop unrecognized option
Buildroot commits7b43e24818and8adeaec8afremoved the possibility for static builds but forgot to remove some related _CONF_OPTS. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit636b2a8503) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
ab3680b89d
commit
cff6724a9a
@@ -109,16 +109,6 @@ else
|
||||
BIND_CONF_OPTS += --with-readline=no
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
BIND_CONF_OPTS += \
|
||||
--without-dlopen \
|
||||
--without-libtool
|
||||
else
|
||||
BIND_CONF_OPTS += \
|
||||
--with-dlopen \
|
||||
--with-libtool
|
||||
endif
|
||||
|
||||
define BIND_TARGET_REMOVE_SERVER
|
||||
rm -rf $(addprefix $(TARGET_DIR)/usr/sbin/, $(BIND_TARGET_SERVER_SBIN))
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user