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:32:49 +0000 (17:32 +0200)
Signed-off-by: Javier Marcet <javier@marcet.info>
[modified also PKG_RELEASE]
(cherry picked from commit 073ee02500ca5bd0b5b530efcc662690c55ca2ac)

net/bind/Makefile

index dc99099747aa00b0cc38ef41a24dded3010b7bc3..3200c1eed45412cd8ef2b41709c9e3ae840ff460 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bind
 PKG_VERSION:=9.18.10
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 USERID:=bind=57:bind=57
 
 PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
@@ -137,6 +137,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 \