mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-24 03:17:22 +00:00
check for zlib.h as well
SVN-Revision: 4170
This commit is contained in:
@@ -83,7 +83,7 @@ $(eval $(call Require,working-g++, \
|
||||
|
||||
define Require/zlib
|
||||
echo 'int main(int argc, char **argv) { gzdopen(0, "rb"); return 0; }' | \
|
||||
gcc -x c -o $(TMP_DIR)/a.out -lz -
|
||||
gcc -include zlib.h -x c -o $(TMP_DIR)/a.out -lz -
|
||||
endef
|
||||
|
||||
$(eval $(call Require,zlib, \
|
||||
|
||||
Reference in New Issue
Block a user