summaryrefslogtreecommitdiff
path: root/src/stage2/patches/sqlite.patch
blob: 768f0fb08b54319642c4db3a9bee8fe6873bb83b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/PKGBUILD	2018-02-20 14:26:45.612481607 +0100
+++ b/PKGBUILD	2018-02-20 14:28:37.776428772 +0100
@@ -38,7 +38,7 @@ build() {
 
   # build sqlite
   cd sqlite-src-$_srcver
-  ./configure --prefix=/usr \
+  ./configure --host=@CHOST@ --build=@BUILDHOST@ --prefix=/usr \
 	--disable-static \
 	--disable-amalgamation \
 	--enable-fts3 \