X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=tools%2Fxz%2FMakefile;fp=tools%2Fxz%2FMakefile;h=d1f10081aebc55d5a877a3295ec61af0ecd32635;hp=e266667957852c8f3769ea97e9cb5d5206a2d7a6;hb=b4e49ad8f0c75f2c3f22e6bc8a8c1af7fddff258;hpb=164ac62643100fd97f960b72748501ec09e99be0 diff --git a/tools/xz/Makefile b/tools/xz/Makefile index e266667957..d1f10081ae 100644 --- a/tools/xz/Makefile +++ b/tools/xz/Makefile @@ -17,6 +17,10 @@ HOST_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk +HOST_CONFIGURE_ARGS += \ + --enable-static=yes \ + --enable-shared=no \ + define Host/Install +$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) install xzlinks="unxz xzcat" endef