mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01: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-ogg="$(STAGING_DIR)/usr/include" \
|
||||||
--with-vorbis="$(STAGING_DIR)/usr/include"
|
--with-vorbis="$(STAGING_DIR)/usr/include"
|
||||||
|
|
||||||
TARGET_LDFLAGS+= -logg
|
TARGET_LDFLAGS+= -logg -lvorbisidec
|
||||||
|
|
||||||
define Package/ices/install
|
define Package/ices/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user