diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-10-15 11:36:44 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-10-15 11:36:44 +0000 |
commit | 3fdea8dbdd76a067164f460586bb91b0aad5dac5 (patch) | |
tree | a4735cb734f42eeed05183b4cd83b35ab7b489de /main | |
parent | 2828b7f0849ac0de29f2102b4f5d25167ec5258f (diff) | |
download | aports-3fdea8dbdd76a067164f460586bb91b0aad5dac5.tar.bz2 aports-3fdea8dbdd76a067164f460586bb91b0aad5dac5.tar.xz |
main/libvpx: fix arm build
Diffstat (limited to 'main')
-rw-r--r-- | main/libvpx/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/libvpx/APKBUILD b/main/libvpx/APKBUILD index a7d02145f2..b2c043c0ab 100644 --- a/main/libvpx/APKBUILD +++ b/main/libvpx/APKBUILD @@ -25,6 +25,8 @@ prepare() { build() { cd "$_builddir" + # build fix for arm + export CROSS=" " bash ./configure \ --enable-pic \ --enable-libs \ |