diff options
author | Jennifer Pullman <jpullman@chromium.org> | 2016-11-27 04:17:12 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-11-27 04:17:47 -0500 |
commit | fc786b8a832c5b6485700f499b929c0b48d3bdbd (patch) | |
tree | 664992815252c3237e7c68f96279b5f7583f4096 /net-dns | |
parent | sys-fs/squashfs-tools: add USE=debug support for internal tool tracing (diff) | |
download | gentoo-fc786b8a832c5b6485700f499b929c0b48d3bdbd.tar.gz gentoo-fc786b8a832c5b6485700f499b929c0b48d3bdbd.tar.bz2 gentoo-fc786b8a832c5b6485700f499b929c0b48d3bdbd.zip |
net-dns/dnsmasq: use correct pkg-config tool
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-2.76.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-2.76.ebuild b/net-dns/dnsmasq/dnsmasq-2.76.ebuild index 77e8d4a6daf0..6c31ea27b0b7 100644 --- a/net-dns/dnsmasq/dnsmasq-2.76.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.76.ebuild @@ -115,6 +115,7 @@ src_compile() { PREFIX=/usr \ MANDIR=/usr/share/man \ CC="$(tc-getCC)" \ + PKG_CONFIG="$(tc-getPKG_CONFIG)" \ CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS}" \ COPTS="${COPTS}" \ @@ -125,6 +126,7 @@ src_compile() { PREFIX=/usr \ MANDIR=/usr/share/man \ CC="$(tc-getCC)" \ + PKG_CONFIG="$(tc-getPKG_CONFIG)" \ CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS}" \ all |