libvpx: make this build again.

This commit is contained in:
Juan RP 2013-04-03 12:14:41 +02:00
parent 78b370415b
commit b401c0b967

View file

@ -20,7 +20,8 @@ long_desc="
based on the Matroska container."
do_configure() {
export LD="$CC"
export LD="$CC" AS=
if [ "$XBPS_CROSS_BUILD" ]; then
sed -e "s,generic-gnu,$XBPS_CROSS_TRIPLET," -i configure
_cross="--target=$XBPS_CROSS_TRIPLET"