bind: disable geoip

Signed-off-by: Javier Marcet <javier@marcet.info>
[modified also PKG_RELEASE]
This commit is contained in:
Javier Marcet 2023-01-09 17:29:47 +02:00 committed by Hannu Nyman
parent b291df80d5
commit 073ee02500
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bind
PKG_VERSION:=9.18.10
PKG_RELEASE:=2
PKG_RELEASE:=3
USERID:=bind=57:bind=57
PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
@ -143,6 +143,7 @@ export BUILD_CC="$(TARGET_CC)"
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
CONFIGURE_ARGS += \
--disable-geoip \
--with-openssl="$(STAGING_DIR)/usr" \
--without-lmdb \
--enable-epoll \