Browse Source

Merge pull request #4230 from ffainelli/unrar

unrar: Properly pass LDFLAGS
lilik-openwrt-22.03
Álvaro Fernández Rojas 7 years ago
committed by GitHub
parent
commit
bdd603b61c
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      utils/unrar/Makefile

+ 3
- 0
utils/unrar/Makefile View File

@ -58,6 +58,9 @@ define Package/libunrar/description
archives
endef
MAKE_FLAGS += \
LDFLAGS="$(TARGET_LDFLAGS) -lpthread"
ifeq ($(BUILD_VARIANT),lib)
define Build/Compile
$(call Build/Compile/Default,lib)


Loading…
Cancel
Save