Browse Source

Merge pull request #4231 from ffainelli/squeezelite

squeezelite: Specify all libraries to link against
lilik-openwrt-22.03
Ted Hess 7 years ago
committed by GitHub
parent
commit
29e4eadf93
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      sound/squeezelite/Makefile

+ 1
- 0
sound/squeezelite/Makefile 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


Loading…
Cancel
Save