mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
Merge pull request #4230 from ffainelli/unrar
unrar: Properly pass LDFLAGS
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user