projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05f7d58
)
net-dns/dnsmasq: use correct pkg-config tool
author
Jennifer Pullman
<jpullman@chromium.org>
Sun, 27 Nov 2016 09:17:12 +0000
(
04:17
-0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 27 Nov 2016 09:17:47 +0000
(
04:17
-0500)
net-dns/dnsmasq/dnsmasq-2.76.ebuild
patch
|
blob
|
history
diff --git
a/net-dns/dnsmasq/dnsmasq-2.76.ebuild
b/net-dns/dnsmasq/dnsmasq-2.76.ebuild
index 77e8d4a6daf02b6265cb892849b3e59ad5d6deaa..6c31ea27b0b7922e230c38dec5121b71b5e02e03 100644
(file)
--- 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