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:
parent
bb1c950c52
commit
d3c11a8f92
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue