Author: blogic Date: 2014-10-20 13:19:53 +0200 (Mon, 20 Oct 2014) New Revision: 43002
Modified: trunk/package/libs/openssl/Makefile Log: openssl: host build fails when ccache is enabled Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/libs/openssl/Makefile =================================================================== --- trunk/package/libs/openssl/Makefile 2014-10-20 11:19:21 UTC (rev 43001) +++ trunk/package/libs/openssl/Makefile 2014-10-20 11:19:53 UTC (rev 43002) @@ -28,6 +28,11 @@ include $(INCLUDE_DIR)/package.mk +ifneq ($(CONFIG_CCACHE),) +HOSTCC=$(HOSTCC_NOCACHE) +HOSTCXX=$(HOSTCXX_NOCACHE) +endif + define Package/openssl/Default TITLE:=Open source SSL toolkit URL:=http://www.openssl.org/ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
