net-dns/pdns-recursor: Add debug USE flag
authorSven Wegener <swegener@gentoo.org>
Fri, 31 May 2019 06:20:43 +0000 (06:20 +0000)
committerSven Wegener <swegener@gentoo.org>
Fri, 31 May 2019 06:20:43 +0000 (06:20 +0000)
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

net-dns/pdns-recursor/pdns-recursor-4.1.13.ebuild
net-dns/pdns-recursor/pdns-recursor-4.2.0_rc1.ebuild

index c054da53ceed8123db2c82228f7493892fc0835a..8c6bb86d0ac8d21edf9b73ede331adbd85fe7731 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="libressl luajit protobuf snmp sodium systemd"
+IUSE="debug libressl luajit protobuf snmp sodium systemd"
 
 DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
        luajit? ( dev-lang/luajit:= )
@@ -39,6 +39,7 @@ pkg_setup() {
 src_configure() {
        econf \
                --sysconfdir=/etc/powerdns \
+               $(use_enable debug verbose-logging) \
                $(use_enable systemd) \
                $(use_enable sodium libsodium) \
                $(use_with !luajit lua) \
index 91500af1536e154df25f1db0680c5c2e9b4e159a..4430ff42e693366647fc6ba4048a05b23e34f532 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="" # ~amd64 ~arm ~x86
-IUSE="libressl luajit protobuf snmp sodium systemd"
+IUSE="debug libressl luajit protobuf snmp sodium systemd"
 
 DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
        luajit? ( dev-lang/luajit:= )
@@ -40,6 +40,7 @@ src_configure() {
        econf \
                --sysconfdir=/etc/powerdns \
                --with-lua=$(usex luajit luajit lua) \
+               $(use_enable debug verbose-logging) \
                $(use_enable systemd) \
                $(use_with sodium libsodium) \
                $(use_with protobuf) \