summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben De Smet2017-06-09 22:08:31 +0200
committerRuben De Smet2017-06-09 22:08:31 +0200
commit3686ce58179da7763317b5d561f0ef28ff0ca396 (patch)
treee616997f55cd92378c546871f2c62509990c5b85
parent9045ef9f22ceeba037b1c7db9fcd9fd62dc3edad (diff)
downloadaur-3686ce58179da7763317b5d561f0ef28ff0ca396.tar.gz
Thanks to btschaegg
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53990e6fdfb2..4bca1cef1c94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,6 +31,10 @@ pkgver() {
prepare() {
cd "$srcdir/$_gitname"
git submodule update --init
+
+ # By default, installs pkg-config file in /usr/local/share/pkgconfig
+ # instead of /usr/share/pkgconfig.
+ export PKG_CONFIG_PATH=/usr/share/pkgconfig:/usr/local/share/pkgconfig
autoreconf --install
# Default compiler = clang, which can be a problem if using hardening-wrapper