mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
libvpx5: fix build on ppc32
[ci skip]
This commit is contained in:
parent
6c68925577
commit
d15248c182
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ do_configure() {
|
||||||
armv7*) _cross="--target=armv7-linux-gcc";;
|
armv7*) _cross="--target=armv7-linux-gcc";;
|
||||||
*) _cross="--target=generic-gnu";;
|
*) _cross="--target=generic-gnu";;
|
||||||
esac
|
esac
|
||||||
|
else
|
||||||
|
# ppc32 is not a supported config, force generic-gnu
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc64*) ;;
|
||||||
|
ppc*) _cross="--target=generic-gnu";;
|
||||||
|
esac
|
||||||
fi
|
fi
|
||||||
CFLAGS+=" -fPIC"
|
CFLAGS+=" -fPIC"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue