From: Raymond Danks Date: Thu, 1 Jun 2006 22:26:10 +0000 (+0000) Subject: mpg321: Add --with-ao-includes and --with-ao-libraries to avoid CROSS COMPILE gcc... X-Git-Tag: Release-2010-05/1~9453^2~1513 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afaaceb00017a87fc6050e1add77a4d1cbcea6f7;p=openembedded.git mpg321: Add --with-ao-includes and --with-ao-libraries to avoid CROSS COMPILE gcc failure --- diff --git a/packages/mpg321/mpg321_0.2.10.bb b/packages/mpg321/mpg321_0.2.10.bb index f8b04719bb..ccd8ecd48e 100644 --- a/packages/mpg321/mpg321_0.2.10.bb +++ b/packages/mpg321/mpg321_0.2.10.bb @@ -10,3 +10,4 @@ file://libao.m4.patch;patch=1" inherit autotools +EXTRA_OECONF="--with-ao-includes=${STAGING_INCDIR} --with-ao-libraries=${STAGING_LIBDIR}"