From b3f8b587132a419cc563b517259b535913d8e9a2 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 1 Jan 2019 20:33:53 +0000 Subject: --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. --- reproduce/src/make/dependencies-basic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reproduce') 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 -- cgit v1.2.1