diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-01-01 20:33:53 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-01-01 20:33:53 +0000 |
commit | b3f8b587132a419cc563b517259b535913d8e9a2 (patch) | |
tree | 44201da53235d7fdb98097a7fb05c52b69cc5f92 | |
parent | 5227aefe97df913ed62ef4285f55a7d54f30ae78 (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.
-rw-r--r-- | reproduce/src/make/dependencies-basic.mk | 2 |
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 |