]> git.pld-linux.org Git - packages/nodejs.git/blob - nodejs-shared-zlib.patch
- pclean
[packages/nodejs.git] / nodejs-shared-zlib.patch
1 --- node-v0.6.15-o/wscript      2012-04-21 20:16:10.000000000 -0600
2 +++ node-v0.6.15/wscript        2012-04-21 20:16:34.000000000 -0600
3 @@ -284,7 +284,7 @@
4    conf.env["USE_GDBJIT"] = o.use_gdbjit
5    conf.env['USE_NPM'] = not o.without_npm
6  
7 -  if not conf.env["USE_SHARED_ZLIB"] and not sys.platform.startswith("win32"):
8 +  if conf.env["USE_SHARED_ZLIB"] and not sys.platform.startswith("win32"):
9      conf.env.append_value("LINKFLAGS", "-lz")
10  
11    conf.check(lib='dl', uselib_store='DL')
This page took 0.039372 seconds and 3 git commands to generate.