summaryrefslogtreecommitdiff
path: root/src/stage2/patches/generic/gettext.patch
blob: aeab6f7592e514bb7b07f583e4d40ffe22ae00c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/PKGBUILD	2018-02-21 22:25:46.093110223 +0100
+++ b/PKGBUILD	2018-02-21 22:26:15.874439771 +0100
@@ -17,7 +17,7 @@ validpgpkeys=('462225C3B46F34879FC8496CD
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  ./configure --host=@CHOST@ --build=@BUILDHOST@ --prefix=/usr
   make
 }