]> git.pld-linux.org Git - packages/nodejs.git/blame - nodejs-shared-zlib.patch
Fix linking zlib
[packages/nodejs.git] / nodejs-shared-zlib.patch
CommitLineData
c4aa3bb0 1Common subdirectories: node-v0.6.15-o/benchmark and node-v0.6.15/benchmark
2Common subdirectories: node-v0.6.15-o/deps and node-v0.6.15/deps
3Common subdirectories: node-v0.6.15-o/doc and node-v0.6.15/doc
4Common subdirectories: node-v0.6.15-o/lib and node-v0.6.15/lib
5Common subdirectories: node-v0.6.15-o/src and node-v0.6.15/src
6Common subdirectories: node-v0.6.15-o/test and node-v0.6.15/test
7Common subdirectories: node-v0.6.15-o/tools and node-v0.6.15/tools
8diff -u node-v0.6.15-o/wscript node-v0.6.15/wscript
9--- node-v0.6.15-o/wscript 2012-04-21 20:16:10.000000000 -0600
10+++ node-v0.6.15/wscript 2012-04-21 20:16:34.000000000 -0600
11@@ -284,7 +284,7 @@
12 conf.env["USE_GDBJIT"] = o.use_gdbjit
13 conf.env['USE_NPM'] = not o.without_npm
14
15- if not conf.env["USE_SHARED_ZLIB"] and not sys.platform.startswith("win32"):
16+ if conf.env["USE_SHARED_ZLIB"] and not sys.platform.startswith("win32"):
17 conf.env.append_value("LINKFLAGS", "-lz")
18
19 conf.check(lib='dl', uselib_store='DL')
This page took 0.110036 seconds and 4 git commands to generate.