summaryrefslogtreecommitdiff
path: root/src/stage2/patches/cryptsetup.patch
blob: 0494127d7b3ea59148283d3027e108f122d9bf20 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/PKGBUILD	2018-02-21 21:02:19.655165323 +0100
+++ b/PKGBUILD	2018-02-21 21:03:34.912657502 +0100
@@ -28,6 +28,7 @@ build() {
   cd "${srcdir}"/$pkgname-${pkgver}
 
   ./configure \
+    --host=@CHOST@ --build=@BUILDHOST@ \
     --prefix=/usr \
     --sbindir=/usr/bin \
     --enable-libargon2 \