From b401c0b96784dd05edf6a756e51630a29ea35038 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 3 Apr 2013 12:14:41 +0200 Subject: [PATCH] libvpx: make this build again. --- srcpkgs/libvpx/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libvpx/template b/srcpkgs/libvpx/template index 2cb51f56a81..56825366610 100644 --- a/srcpkgs/libvpx/template +++ b/srcpkgs/libvpx/template @@ -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"