Reviewers: Kasper Lund, Description: Add a specific SONAME to the 1.2 branch.
Please review this at http://codereview.chromium.org/159494 SVN Base: http://v8.googlecode.com/svn/branches/1.2/ Affected files: M src/version.cc Index: src/version.cc =================================================================== --- src/version.cc (revision 2544) +++ src/version.cc (working copy) @@ -41,7 +41,7 @@ // Define SONAME to have the SCons build the put a specific SONAME into the // shared library instead the generic SONAME generated from the V8 version // number. This define is mainly used by the SCons build script. -#define SONAME "" +#define SONAME "libv8.so.1" namespace v8 { namespace internal { --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
