aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mpg321
diff options
context:
space:
mode:
authorRaymond Danks <raymond@edanks.com>2006-06-01 22:26:10 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-01 22:26:10 +0000
commitafaaceb00017a87fc6050e1add77a4d1cbcea6f7 (patch)
tree1c9629ca5179f747c27c24950282c813d2c1ff99 /packages/mpg321
parent5eb2ff18f9964cd5ca3f07ecdaef7fa3d32a605e (diff)
downloadopenembedded-afaaceb00017a87fc6050e1add77a4d1cbcea6f7.tar.gz
mpg321: Add --with-ao-includes and --with-ao-libraries to avoid CROSS COMPILE gcc failure
Diffstat (limited to 'packages/mpg321')
-rw-r--r--packages/mpg321/mpg321_0.2.10.bb1
1 files changed, 1 insertions, 0 deletions
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}"