Skip to content
Snippets Groups Projects
Commit b4e49ad8 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

tools/xz: disable shared library


Force a static build of the xz utilities in order to avoid the dependency on a
shared liblzma.so which might collide with the distro version.

Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 46907
parent 164ac626
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,10 @@ HOST_BUILD_PARALLEL:=1 ...@@ -17,6 +17,10 @@ HOST_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/host-build.mk
HOST_CONFIGURE_ARGS += \
--enable-static=yes \
--enable-shared=no \
define Host/Install define Host/Install
+$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) install xzlinks="unxz xzcat" +$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) install xzlinks="unxz xzcat"
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment