summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-09-14 17:36:06 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-09-15 00:03:42 +0200
commitf9610de202f5f50abef2fe675b9fa2c05555dd77 (patch)
treef62a640cd0c450293a6abf7616568c165e98bdf7 /net-dns/unbound
parentnet-dns/unbound: expose libunbound.so ABI via subslot (diff)
downloadgentoo-f9610de202f5f50abef2fe675b9fa2c05555dd77.tar.gz
gentoo-f9610de202f5f50abef2fe675b9fa2c05555dd77.tar.bz2
gentoo-f9610de202f5f50abef2fe675b9fa2c05555dd77.zip
net-dns/unbound: add patch to define PKG_CONFIG in configure
Closes: https://bugs.gentoo.org/666218 Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'net-dns/unbound')
-rw-r--r--net-dns/unbound/files/unbound-1.6.3-pkg-config.patch11
-rw-r--r--net-dns/unbound/unbound-1.7.3-r1.ebuild1
-rw-r--r--net-dns/unbound/unbound-1.8.0-r1.ebuild1
3 files changed, 13 insertions, 0 deletions
diff --git a/net-dns/unbound/files/unbound-1.6.3-pkg-config.patch b/net-dns/unbound/files/unbound-1.6.3-pkg-config.patch
new file mode 100644
index 000000000000..36adac8dc112
--- /dev/null
+++ b/net-dns/unbound/files/unbound-1.6.3-pkg-config.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -95,6 +95,8 @@ AC_SUBST(LIBUNBOUND_CURRENT)
+ AC_SUBST(LIBUNBOUND_REVISION)
+ AC_SUBST(LIBUNBOUND_AGE)
+
++PKG_PROG_PKG_CONFIG
++
+ CFLAGS="$CFLAGS"
+ AC_AIX
+ if test "$ac_cv_header_minix_config_h" = "yes"; then
diff --git a/net-dns/unbound/unbound-1.7.3-r1.ebuild b/net-dns/unbound/unbound-1.7.3-r1.ebuild
index 003777366097..d80538d81d74 100644
--- a/net-dns/unbound/unbound-1.7.3-r1.ebuild
+++ b/net-dns/unbound/unbound-1.7.3-r1.ebuild
@@ -57,6 +57,7 @@ RDEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}"/${PN}-1.5.7-trust-anchor-file.patch
+ "${FILESDIR}"/${PN}-1.6.3-pkg-config.patch
)
S=${WORKDIR}/${MY_P}
diff --git a/net-dns/unbound/unbound-1.8.0-r1.ebuild b/net-dns/unbound/unbound-1.8.0-r1.ebuild
index 042d7bd7254c..fe9085aac35d 100644
--- a/net-dns/unbound/unbound-1.8.0-r1.ebuild
+++ b/net-dns/unbound/unbound-1.8.0-r1.ebuild
@@ -57,6 +57,7 @@ RDEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}"/${PN}-1.5.7-trust-anchor-file.patch
+ "${FILESDIR}"/${PN}-1.6.3-pkg-config.patch
)
S=${WORKDIR}/${MY_P}