git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
799610c
)
libs/libarchive: Fix unintended linking of liblz4
author
Daniel Engberg
<redacted>
Sat, 3 Dec 2016 01:33:09 +0000
(
02:33
+0100)
committer
GitHub
<redacted>
Sat, 3 Dec 2016 01:33:09 +0000
(
02:33
+0100)
Fixes unintended linking of liblz4
Thanks to hnyman for making me aware of this issue.
Signed-off-by: Daniel Engberg <redacted>
libs/libarchive/Makefile
patch
|
blob
|
history
diff --git
a/libs/libarchive/Makefile
b/libs/libarchive/Makefile
index 4bbd8d382a3a8aac3059d6887a7b91ea85f4e710..b1a69e206ea760064d36dc4b70964b48a3b81e64 100644
(file)
--- a/
libs/libarchive/Makefile
+++ b/
libs/libarchive/Makefile
@@
-65,6
+65,7
@@
CONFIGURE_ARGS += \
--without-lzo2 \
--without-nettle \
--without-xml2 \
+ --without-lz4 \
ifeq ($(BUILD_VARIANT),noopenssl)
CONFIGURE_ARGS += --without-openssl
git clone https://git.99rst.org/PROJECT