On Fri, May 15, 2015 at 5:58 PM, Bill Deegan <[email protected]> wrote: > > I'm fairly certain this issue is handled (at least in default branch and > 2.3.4). > > The main SConstruct set's the soname and doesn't use the SCons logic to do > the shared library versioning: > src/SConstruct (line 165) >> if sys.platform.startswith("linux"): >> >> env.Append(SHLINKFLAGS="-Wl,-soname,${TARGET.file}.${libversion.split('.')[0]}") ... > > I've sent a pull request with the changes: > https://github.com/techtonik/RHVoice/pull/1
That will mean that people will need scons 2.3.4, which is not available even on Ubuntu LTS. Can this feature be provided as a tool to be dropped into scons-site/ directory? So that it will activate itself for previous SCons versions? -- anatoly t. _______________________________________________ Scons-dev mailing list [email protected] https://pairlist2.pair.net/mailman/listinfo/scons-dev
