]> git.pld-linux.org Git - packages/v8.git/commitdiff
- added, NFY
authoraredridel <aredridel@pld-linux.org>
Mon, 16 May 2011 06:31:04 +0000 (06:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    v8-soname.patch -> 1.1

v8-soname.patch [new file with mode: 0644]

diff --git a/v8-soname.patch b/v8-soname.patch
new file mode 100644 (file)
index 0000000..5783071
--- /dev/null
@@ -0,0 +1,20 @@
+diff -ur v8-3.2.10.6-o/SConstruct v8-3.2.10.6/SConstruct
+--- v8-3.2.10.6-o/SConstruct   2011-05-14 00:38:09.000000000 -0600
++++ v8-3.2.10.6/SConstruct     2011-05-14 00:38:49.000000000 -0600
+@@ -1325,15 +1325,12 @@
+   library_name = 'v8' + suffix
+   preparser_library_name = 'v8preparser' + suffix
+   version = GetVersion()
+-  if context.options['soname'] == 'on':
+-    # When building shared object with SONAME version the library name.
+-    library_name += '-' + version
+   # Generate library SONAME if required by the build.
+   if context.options['soname'] == 'on':
+     soname = GetSpecificSONAME()
+     if soname == '':
+-      soname = 'lib' + library_name + '.so'
++      soname = 'lib' + library_name + '.so.' + version
+     env['SONAME'] = soname
+   # Build the object files by invoking SCons recursively.
This page took 0.229391 seconds and 4 git commands to generate.