aboutsummaryrefslogtreecommitdiff
path: root/reproduce/src/make
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-01-01 20:33:53 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-01-01 20:33:53 +0000
commitb3f8b587132a419cc563b517259b535913d8e9a2 (patch)
tree44201da53235d7fdb98097a7fb05c52b69cc5f92 /reproduce/src/make
parent5227aefe97df913ed62ef4285f55a7d54f30ae78 (diff)
--with-pc-path for pkg-config configuration
By giving this option specifically at the build time of Pkg-config, we'll ensure that any package that uses pkg-config will first look into our locally installed build.
Diffstat (limited to 'reproduce/src/make')
-rw-r--r--reproduce/src/make/dependencies-basic.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/src/make/dependencies-basic.mk b/reproduce/src/make/dependencies-basic.mk
index 5e58b00..fccea3f 100644
--- a/reproduce/src/make/dependencies-basic.mk
+++ b/reproduce/src/make/dependencies-basic.mk
@@ -415,7 +415,7 @@ $(ibdir)/ls: $(tdir)/coreutils-$(coreutils-version).tar.xz \
$(ibdir)/pkg-config: $(tdir)/pkg-config-$(pkgconfig-version).tar.gz \
$(ibdir)/make
$(call gbuild, $<, pkg-config-$(pkgconfig-version), static, \
- --with-internal-glib)
+ --with-internal-glib --with-pc-path=$(ildir)/pkgconfig)
$(ibdir)/sed: $(tdir)/sed-$(sed-version).tar.xz \
$(ibdir)/make