detect openssl/zlib also in /usr/local
This commit is contained in:
parent
0c46e51804
commit
dd636c1d24
1 changed files with 2 additions and 0 deletions
2
mk/re.mk
2
mk/re.mk
|
@ -379,8 +379,10 @@ endif
|
|||
#
|
||||
|
||||
USE_OPENSSL := $(shell [ -f $(SYSROOT)/include/openssl/ssl.h ] || \
|
||||
[ -f $(SYSROOT)/local/include/openssl/ssl.h ] || \
|
||||
[ -f $(SYSROOT_ALT)/include/openssl/ssl.h ] && echo "yes")
|
||||
USE_ZLIB := $(shell [ -f $(SYSROOT)/include/zlib.h ] || \
|
||||
[ -f $(SYSROOT)/local/include/zlib.h ] || \
|
||||
[ -f $(SYSROOT_ALT)/include/zlib.h ] && echo "yes")
|
||||
|
||||
ifneq ($(USE_OPENSSL),)
|
||||
|
|
Loading…
Add table
Reference in a new issue