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:
Andreas Müller 2017-02-12 22:02:07 +01:00 committed by Martin Jansa
parent 765ac51257
commit f35f4fbb7d

View File

@ -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
}