]> git.pld-linux.org Git - packages/nodejs.git/blobdiff - 0002-Install-both-binaries-and-use-libdir.patch
up to 16.10.0
[packages/nodejs.git] / 0002-Install-both-binaries-and-use-libdir.patch
index eb589ea04a40e60111e610e62f990b198f975c3f..4ce85c2c2f24997c7a26b4cbca4feed189c98c24 100644 (file)
@@ -20,13 +20,13 @@ index 20cce214dbb113aeef8f1044d7af88d842a11fd7..e2d78a2a51ef81621618cb20fa76f4a1
      help='compile shared library for embedding node in another project. ' +
           '(This mode is not officially supported for regular applications)')
  
-+parser.add_option('--libdir',
++parser.add_argument('--libdir',
 +    action='store',
 +    dest='libdir',
 +    default='lib',
 +    help='a directory to install the shared library into')
 +
- parser.add_option('--without-v8-platform',
+ parser.add_argument('--without-v8-platform',
      action='store_true',
      dest='without_v8_platform',
 @@ -1103,6 +1109,7 @@ def configure_node(o):
This page took 0.058522 seconds and 4 git commands to generate.