openssl: host build fails when ccache is enabled

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 43002
This commit is contained in:
John Crispin 2014-10-20 11:19:53 +00:00
parent d5b734e145
commit b52651a66e

View File

@ -28,6 +28,11 @@ PKG_CONFIG_DEPENDS:=CONFIG_OPENSSL_ENGINE_CRYPTO CONFIG_OPENSSL_ENGINE_DIGEST \
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/