summaryrefslogtreecommitdiff
path: root/extra/glib/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-08-04 11:38:17 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-08-04 11:38:17 +0200
commitcb50c03eae9d9837f971d92adf596fa9e614086d (patch)
treed8b48deac20fb08bdd8cdfc645879d6c6a5387a6 /extra/glib/PKGBUILD
parent513c776d74c56a49781a09a5a772f4ea6d6bb401 (diff)
Build fixes.
Diffstat (limited to 'extra/glib/PKGBUILD')
-rw-r--r--extra/glib/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/glib/PKGBUILD b/extra/glib/PKGBUILD
index 120a737cb..14c76e55c 100644
--- a/extra/glib/PKGBUILD
+++ b/extra/glib/PKGBUILD
@@ -31,6 +31,8 @@ build() {
CONFIGFLAG='--host=i686-pc-linux-gnu --target=i686-pc-linux-gnu'
elif [[ $CARCH = "x86_64" ]]; then
CONFIGFLAG='--host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-gnu'
+ else
+ CONFIGFLAG="--host=$CHOST --target=$CHOST"
fi
autoreconf --force --install