bind: disable geoip
authorJavier Marcet <javier@marcet.info>
Mon, 9 Jan 2023 15:29:47 +0000 (17:29 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Mon, 9 Jan 2023 15:29:47 +0000 (17:29 +0200)
Signed-off-by: Javier Marcet <javier@marcet.info>
[modified also PKG_RELEASE]

net/bind/Makefile

index 699f93550255afdb346721cf4b5ff51056e30118..c8e560591c0b7b7eea8cb52f73e49fe011adf66d 100644 (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 \