projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95b409c
)
Fixes #1204. Add missing headers files to include
author
Sam Shull
<sshull@squaremouth.com>
Sun, 19 Jun 2011 06:06:33 +0000
(
02:06
-0400)
committer
Ryan Dahl
<ry@tinyclouds.org>
Mon, 20 Jun 2011 10:45:44 +0000
(12:45 +0200)
This commit fixes install of required dependencies for native
extensions.
wscript
patch
|
blob
|
history
diff --git
a/wscript
b/wscript
index
3afbcd0
..
7515063
100644
(file)
--- a/
wscript
+++ b/
wscript
@@
-901,6
+901,12
@@
def build(bld):
src/node_events.h
src/node_version.h
""")
+ bld.install_files('${PREFIX}/include/node/c-ares', """
+ deps/uv/c-ares/ares.h
+ deps/uv/c-ares/ares_version.h
+ deps/uv/c-ares/ares_build.h
+ deps/uv/c-ares/ares_rules.h
+ """)
# Only install the man page if it exists.
# Do 'make doc install' to build and install it.