From: ejurgensen Date: Fri, 25 Aug 2017 18:25:07 +0000 (+0200) Subject: forked-daapd: Fix build error due to misdetected pulseaudio X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7a90d1836c96d2bd9322bfaf3689fb19983604bc;hp=df615166ba20ba9e556fc68acbffb3d5e49a2bad;p=feed%2Fpackages.git forked-daapd: Fix build error due to misdetected pulseaudio configure finds libpulse and then tries to include the header, but fails, because pulseaudio isn't a dependency in the Makefile. This change disables pulseaudio support so configure won't do this. It wasn't the intention with version update 25.0 of forked-daapd to extend with pulseaudio support, but maybe do that later. Signed-off-by: Espen Jürgensen --- diff --git a/sound/forked-daapd/Makefile b/sound/forked-daapd/Makefile index 863cea39e8..da371a717e 100644 --- a/sound/forked-daapd/Makefile +++ b/sound/forked-daapd/Makefile @@ -56,6 +56,7 @@ CONFIGURE_ARGS += \ --enable-chromecast \ --enable-verification \ --disable-spotify \ + --without-pulseaudio \ --without-libevent_pthreads TARGET_CFLAGS += $(FPIC)