]> git.pld-linux.org Git - packages/nodejs.git/blob - nodejs-shared-zlib.patch
Fix linking zlib
[packages/nodejs.git] / nodejs-shared-zlib.patch
1 Common subdirectories: node-v0.6.15-o/benchmark and node-v0.6.15/benchmark
2 Common subdirectories: node-v0.6.15-o/deps and node-v0.6.15/deps
3 Common subdirectories: node-v0.6.15-o/doc and node-v0.6.15/doc
4 Common subdirectories: node-v0.6.15-o/lib and node-v0.6.15/lib
5 Common subdirectories: node-v0.6.15-o/src and node-v0.6.15/src
6 Common subdirectories: node-v0.6.15-o/test and node-v0.6.15/test
7 Common subdirectories: node-v0.6.15-o/tools and node-v0.6.15/tools
8 diff -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.032255 seconds and 3 git commands to generate.