summaryrefslogtreecommitdiff
path: root/src/stage2/patches/generic/pkgconf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage2/patches/generic/pkgconf.patch')
-rw-r--r--src/stage2/patches/generic/pkgconf.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/stage2/patches/generic/pkgconf.patch b/src/stage2/patches/generic/pkgconf.patch
new file mode 100644
index 0000000..07a573c
--- /dev/null
+++ b/src/stage2/patches/generic/pkgconf.patch
@@ -0,0 +1,12 @@
+diff -rupN a/PKGBUILD b/PKGBUILD
+--- a/PKGBUILD 2018-06-04 09:09:01.524131712 +0200
++++ b/PKGBUILD 2018-06-04 09:09:42.540798790 +0200
+@@ -42,6 +42,8 @@ prepare() {
+ build() {
+ cd build
+ ../$pkgname/configure \
++ --host=@CHOST@ \
++ --build=@BUILDHOST@ \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-pkg-config-dir="$_pcdirs" \