summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzer0def2020-06-26 22:23:54 +0200
committerzer0def2020-06-26 22:23:54 +0200
commit489f9b4495545135a1d8030fbb166079680e8c13 (patch)
tree867d0578cc7b0483fba757ddca2c0646b99ed4b1
parent22a9775a6ccd70a63580d06ad9d61dbbcb4b1ad5 (diff)
downloadaur-489f9b4495545135a1d8030fbb166079680e8c13.tar.gz
Provide host compiler triplet to configure for cross-compiling options.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ddfe2cc162e7..d07a92ee2ff4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -126,7 +126,7 @@ build() {
--with-mantype=man \
--with-md5-passwords \
--with-pid-dir=/run \
-
+ --host="${CHOST}"
make
}