pdns: update config arguments
authorGeorge Sapkin <redacted>
Sat, 9 May 2026 23:59:18 +0000 (02:59 +0300)
committerGeorge Sapkin <redacted>
Wed, 13 May 2026 17:57:12 +0000 (20:57 +0300)
Remove old and add updated configuration arguments.

Signed-off-by: George Sapkin <redacted>
net/pdns/Makefile

index 32f931804cc93f3a71945eb620d0b16ab0d2d28e..a4c4b5de1dcdf613dc24bf32819e3532cb1ab9c5 100644 (file)
@@ -1,8 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pdns
 PKG_VERSION:=4.9.7
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/
@@ -176,13 +178,13 @@ TARGET_CXX+=-std=c++17
 CONFIGURE_ARGS+= \
        --sysconfdir=/etc/powerdns \
        --libdir=/usr/lib/powerdns  \
+       --with-boost=$(STAGING_DIR)/usr/include \
        --with-dynmodules="$(foreach backend,$(PDNS_BACKENDS),$(if $(CONFIG_PACKAGE_pdns-backend-$(backend)),$(PDNS_BACKEND_$(backend)_LIB),))" \
        --with-lua="lua" \
        --with-modules="bind" \
        --with-mysql-lib=$(STAGING_DIR)/usr \
        --with-mysql-includes=$(STAGING_DIR)/usr \
        $(if $(CONFIG_PACKAGE_pdns-tools),--enable-tools,) \
-       --with-protobuf \
        --without-libsodium \
        --enable-experimental-pkcs11 \
        --enable-lua-records \
git clone https://git.99rst.org/PROJECT