From 073ee02500ca5bd0b5b530efcc662690c55ca2ac Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Mon, 9 Jan 2023 17:29:47 +0200 Subject: [PATCH] bind: disable geoip Signed-off-by: Javier Marcet [modified also PKG_RELEASE] --- net/bind/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index 699f93550..c8e560591 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -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 @@ -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 \