]> git.pld-linux.org Git - packages/nodejs.git/blob - nodejs-cares-build.patch
- up to 0.1.92
[packages/nodejs.git] / nodejs-cares-build.patch
1 diff -ur node-v0.1.92-o//wscript node-v0.1.92/wscript
2 --- node-v0.1.92-o//wscript     2010-04-24 01:37:14.000000000 +0200
3 +++ node-v0.1.92/wscript        2010-04-24 04:53:25.000000000 +0200
4 @@ -436,7 +436,7 @@
5      """
6      node.add_objects = 'eio evcom http_parser coupling'
7      node.uselib_local = 'eio'
8 -    node.uselib = 'RT EV OPENSSL GNUTLS GPGERROR UDNS V8 EXECINFO DL KVM SOCKET NSL'
9 +    node.uselib = 'RT CARES EV OPENSSL GNUTLS GPGERROR UDNS V8 EXECINFO DL KVM SOCKET NSL'
10  
11    node.install_path = '${PREFIX}/lib'
12    node.install_path = '${PREFIX}/bin'
This page took 0.046694 seconds and 3 git commands to generate.