From: Javier Marcet Date: Mon, 9 Jan 2023 15:29:47 +0000 (+0200) Subject: bind: disable geoip X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=48242ee7a190db7740f7b9b3ef1debfa4d5857f6;p=feed%2Fpackages.git bind: disable geoip Signed-off-by: Javier Marcet [modified also PKG_RELEASE] (cherry picked from commit 073ee02500ca5bd0b5b530efcc662690c55ca2ac) --- diff --git a/net/bind/Makefile b/net/bind/Makefile index 986e64e9ef..2a421384c3 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind PKG_VERSION:=9.18.11 -PKG_RELEASE:=1 +PKG_RELEASE:=2 USERID:=bind=57:bind=57 PKG_MAINTAINER:=Noah Meyerhans @@ -136,6 +136,7 @@ TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed CONFIGURE_ARGS += \ --disable-linux-caps \ + --disable-geoip \ --with-openssl="$(STAGING_DIR)/usr" \ --with-libtool \ --without-lmdb \