Merge pull request #4231 from ffainelli/squeezelite

squeezelite: Specify all libraries to link against
This commit is contained in:
Ted Hess 2017-04-02 20:50:51 -04:00 committed by GitHub
commit 29e4eadf93

View file

@ -128,6 +128,7 @@ TARGET_LDFLAGS+= -lasound -lpthread -lm -lrt
ifeq ($(BUILD_VARIANT),full)
TARGET_CFLAGS+= -DLINKALL
TARGET_LDFLAGS+= -lvorbis -logg
endif
define Package/squeezelite/install