openssl: host build fails when ccache is enabled
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43002
This commit is contained in:
parent
d5b734e145
commit
b52651a66e
1 changed files with 5 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue