|
@ -1,12 +1,12 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=pdns-recursor |
|
|
PKG_NAME:=pdns-recursor |
|
|
PKG_VERSION:=4.4.1 |
|
|
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_VERSION:=4.4.2 |
|
|
|
|
|
PKG_RELEASE:=$(AUTORELEASE) |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ |
|
|
PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ |
|
|
PKG_HASH:=f97fa34635d42c68acee5d4da9db0e5ff619fd49e62acace7b4bdb7ee3675698 |
|
|
|
|
|
|
|
|
PKG_HASH:=b0b97f49848a1758b64bc0b99a596c1583ea525477193f3c01905f5163a4f5cf |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=James Taylor <james@jtaylor.id.au> |
|
|
PKG_MAINTAINER:=James Taylor <james@jtaylor.id.au> |
|
|
PKG_LICENCE:=GPL-2.0-only |
|
|
PKG_LICENCE:=GPL-2.0-only |
|
@ -47,6 +47,7 @@ CONFIGURE_ARGS += \ |
|
|
--without-libsodium \
|
|
|
--without-libsodium \
|
|
|
--with-protobuf \
|
|
|
--with-protobuf \
|
|
|
--without-net-snmp \
|
|
|
--without-net-snmp \
|
|
|
|
|
|
--enable-reproducible \
|
|
|
--disable-silent-rules |
|
|
--disable-silent-rules |
|
|
|
|
|
|
|
|
CONFIGURE_VARS += \
|
|
|
CONFIGURE_VARS += \
|
|
|