summaryrefslogtreecommitdiff
path: root/src/stage2/patches/json-c.patch
blob: dcf498d1be12ca522ce330bb39201bfdc287c0d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/PKGBUILD	2018-02-16 08:12:27.566594016 +0100
+++ b/PKGBUILD	2018-02-16 08:12:14.006475850 +0100
@@ -17,7 +17,7 @@ sha256sums=('26e642456caab38aa9459279b97
 build() {
   cd $pkgname-$pkgname-$pkgver-20171207
   CFLAGS="$CFLAGS -Wno-error"
-  ./configure --prefix=/usr --disable-static
+  ./configure --host=@CHOST@ --build=@BUILDHOST@ --prefix=/usr --disable-static
   make
 }