diff options
author | Sven Wegener <swegener@gentoo.org> | 2019-05-31 06:20:43 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2019-05-31 06:20:43 +0000 |
commit | c3eef3450960e23b1be732207c6d1ed3110d88fc (patch) | |
tree | 2fef4028507f7400afbdb36f88d11476c592e047 /net-dns/pdns-recursor | |
parent | sys-apps/toybox: Bump (diff) | |
download | gentoo-c3eef3450960e23b1be732207c6d1ed3110d88fc.tar.gz gentoo-c3eef3450960e23b1be732207c6d1ed3110d88fc.tar.bz2 gentoo-c3eef3450960e23b1be732207c6d1ed3110d88fc.zip |
net-dns/pdns-recursor: Add debug USE flag
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'net-dns/pdns-recursor')
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-4.1.13.ebuild | 3 | ||||
-rw-r--r-- | 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 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) \ |