projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Start adding uml target
[openwrt.git]
/
include
/
prereq.mk
diff --git
a/include/prereq.mk
b/include/prereq.mk
index
c51953b
..
6b3621d
100644
(file)
--- a/
include/prereq.mk
+++ b/
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, \
This page took
0.024334 seconds
and
4
git commands to generate.