mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 19:54:50 +00:00
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 <f.fainelli@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user