aboutsummaryrefslogtreecommitdiffstats
path: root/main/nspr/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/nspr/APKBUILD')
-rw-r--r--main/nspr/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/nspr/APKBUILD b/main/nspr/APKBUILD
index b72e31c288e..34087da00b4 100644
--- a/main/nspr/APKBUILD
+++ b/main/nspr/APKBUILD
@@ -39,7 +39,10 @@ build() {
conf="--enable-64bit"
fi
cd "$_builddir"/build
- ../mozilla/nsprpub/configure --prefix=/usr \
+ ../mozilla/nsprpub/configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--disable-debug \
--enable-optimize \
$conf \