From d3c11a8f92d728269b729092ccb2a899bccf4e7e Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 18 Apr 2017 17:37:32 -0700 Subject: [PATCH] ices: Explicitly link with libvorbisidec We link against libshout which already links against libvorbisidec, this is needed to pass the configure script that checks against libshout symbols availability. Signed-off-by: Florian Fainelli --- multimedia/ices/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/ices/Makefile b/multimedia/ices/Makefile index c0569ab4f..e549f501c 100644 --- a/multimedia/ices/Makefile +++ b/multimedia/ices/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= \ --with-ogg="$(STAGING_DIR)/usr/include" \ --with-vorbis="$(STAGING_DIR)/usr/include" -TARGET_LDFLAGS+= -logg +TARGET_LDFLAGS+= -logg -lvorbisidec define Package/ices/install $(INSTALL_DIR) $(1)/usr/bin