summaryrefslogtreecommitdiff
path: root/src/stage2/patches/flex.patch
blob: 7b1f108483022680d8b3a7a1729117afe8ddd825 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/PKGBUILD	2018-02-20 13:29:54.681082977 +0100
+++ b/PKGBUILD	2018-02-20 14:13:03.673184096 +0100
@@ -17,7 +17,7 @@ md5sums=('2882e3179748cc9f9c23ec593d6adc
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
+  ./configure --host=@CHOST@ --build=@BUILDHOST@ --disable-bootstrap --prefix=/usr
   make
 }