mpg321: Add --with-ao-includes and --with-ao-libraries to avoid CROSS COMPILE gcc...
authorRaymond Danks <raymond@edanks.com>
Thu, 1 Jun 2006 22:26:10 +0000 (22:26 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 1 Jun 2006 22:26:10 +0000 (22:26 +0000)
packages/mpg321/mpg321_0.2.10.bb

index f8b0471..ccd8ecd 100644 (file)
@@ -10,3 +10,4 @@ file://libao.m4.patch;patch=1"
 
 inherit autotools
 
+EXTRA_OECONF="--with-ao-includes=${STAGING_INCDIR} --with-ao-libraries=${STAGING_LIBDIR}"