commit:     c3eef3450960e23b1be732207c6d1ed3110d88fc
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Fri May 31 06:20:43 2019 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Fri May 31 06:20:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3eef345

net-dns/pdns-recursor: Add debug USE flag

Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 net-dns/pdns-recursor/pdns-recursor-4.1.13.ebuild    | 3 ++-
 net-dns/pdns-recursor/pdns-recursor-4.2.0_rc1.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.13.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.1.13.ebuild
index c054da53cee..8c6bb86d0ac 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.1.13.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.1.13.ebuild
@@ -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) \

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.2.0_rc1.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.2.0_rc1.ebuild
index 91500af1536..4430ff42e69 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.2.0_rc1.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.2.0_rc1.ebuild
@@ -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) \

Reply via email to