mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00: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:
committed by
Martin Jansa
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user