From: Sven Wegener Date: Fri, 31 May 2019 06:20:43 +0000 (+0000) Subject: net-dns/pdns-recursor: Add debug USE flag X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c3eef3450960e23b1be732207c6d1ed3110d88fc;p=gentoo.git net-dns/pdns-recursor: Add debug USE flag Signed-off-by: Sven Wegener Package-Manager: Portage-2.3.66, Repoman-2.3.11 --- 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 c054da53ceed..8c6bb86d0ac8 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 91500af1536e..4430ff42e693 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) \