projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34f00bf
)
check for zlib.h as well
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 19 Jul 2006 16:51:37 +0000
(16:51 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 19 Jul 2006 16:51:37 +0000
(16:51 +0000)
SVN-Revision: 4170
openwrt/include/prereq.mk
patch
|
blob
|
history
diff --git
a/openwrt/include/prereq.mk
b/openwrt/include/prereq.mk
index c51953b619e1d51f5495a3a5a564a30fd6b3c175..6b3621dbacad827e5138c9f39b1ecadecfe9ce14 100644
(file)
--- a/
openwrt/include/prereq.mk
+++ b/
openwrt/include/prereq.mk
@@
-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, \