mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
esound: fix build
| /usr/src/debug/esound/0.2.36-r1/esound-0.2.36/esd.c:144: error: undefined reference to 'sin' | /usr/src/debug/esound/0.2.36-r1/esound-0.2.36/esd.c:137: error: undefined reference to 'sin' Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
765ac51257
commit
f35f4fbb7d
|
|
@ -24,6 +24,9 @@ EXTRA_OECONF = " \
|
|||
--disable-arts \
|
||||
--disable-artstest \
|
||||
"
|
||||
|
||||
CFLAGS += "-lm"
|
||||
|
||||
do_configure_prepend() {
|
||||
sed -i -e 's:/usr/include/mme:${STAGING_INCDIR}/mme:g' ${S}/configure.ac
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user