mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +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";;
|
||||
*) _cross="--target=generic-gnu";;
|
||||
esac
|
||||
else
|
||||
# ppc32 is not a supported config, force generic-gnu
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
ppc*) _cross="--target=generic-gnu";;
|
||||
esac
|
||||
fi
|
||||
CFLAGS+=" -fPIC"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue