summaryrefslogtreecommitdiff
path: root/src/stage2/patches/generic/libunistring.patch
blob: e16ec4dc12573b5cc8f2b6bda126ad3879d62291 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/PKGBUILD	2018-02-16 11:37:31.786754109 +0100
+++ b/PKGBUILD	2018-02-16 11:41:06.218762153 +0100
@@ -20,7 +20,7 @@ md5sums=('03c60d4f7a77e00a8b31220c0ec226
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --host=@CHOST@ --build=@BUILDHOST@ --prefix=/usr
   make
 }