X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=tools%2Fxz%2FMakefile;fp=tools%2Fxz%2FMakefile;h=45735e807fb926d675614043dbebcbd8fd6d6868;hp=d08d6f899eb387f5be271767c1526cdadceb377f;hb=27950ddc0e6069b64e40a8caf203b595a58f741b;hpb=575d3865908bf46568e6ee039ca47cf517abd9ee diff --git a/tools/xz/Makefile b/tools/xz/Makefile index d08d6f899e..45735e807f 100644 --- a/tools/xz/Makefile +++ b/tools/xz/Makefile @@ -18,6 +18,9 @@ HOST_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk +HOSTCC := $(HOSTCC_NOCACHE) +HOSTCXX := $(HOSTCXX_NOCACHE) + HOST_CONFIGURE_ARGS += \ --enable-static=yes \ --enable-shared=no \