diff options
Diffstat (limited to 'main/python/APKBUILD')
-rw-r--r-- | main/python/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/python/APKBUILD b/main/python/APKBUILD index 0f79882c4d..5de5a9d7a7 100644 --- a/main/python/APKBUILD +++ b/main/python/APKBUILD @@ -33,7 +33,10 @@ prepare() { build() { cd "$srcdir/Python-$pkgver" export OPT="$CFLAGS" - ./configure --prefix=/usr \ + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ --enable-shared \ --with-threads \ --enable-ipv6 \ |