Merge pull request #4230 from ffainelli/unrar
unrar: Properly pass LDFLAGS
This commit is contained in:
commit
bdd603b61c
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ define Package/libunrar/description
|
||||||
archives
|
archives
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
MAKE_FLAGS += \
|
||||||
|
LDFLAGS="$(TARGET_LDFLAGS) -lpthread"
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),lib)
|
ifeq ($(BUILD_VARIANT),lib)
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default,lib)
|
$(call Build/Compile/Default,lib)
|
||||||
|
|
Loading…
Reference in a new issue