Merge pull request #4230 from ffainelli/unrar

unrar: Properly pass LDFLAGS
This commit is contained in:
Álvaro Fernández Rojas 2017-04-02 20:39:30 +02:00 committed by GitHub
commit bdd603b61c
1 changed files with 3 additions and 0 deletions

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)