diff options
author | Raymond Danks <raymond@edanks.com> | 2006-06-01 22:26:10 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-01 22:26:10 +0000 |
commit | afaaceb00017a87fc6050e1add77a4d1cbcea6f7 (patch) | |
tree | 1c9629ca5179f747c27c24950282c813d2c1ff99 /packages | |
parent | 5eb2ff18f9964cd5ca3f07ecdaef7fa3d32a605e (diff) |
mpg321: Add --with-ao-includes and --with-ao-libraries to avoid CROSS COMPILE gcc failure
Diffstat (limited to 'packages')
-rw-r--r-- | packages/mpg321/mpg321_0.2.10.bb | 1 |
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}" |