amorlzu / pugixml

Automatically exported from code.google.com/p/pugixml
0 stars 0 forks source link

Use proper SOVERSION for produced library #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The SOVERSION should generally only be major version so cmake creates the 
properly-named symlink.

See the attached file for a patch against the current svn trunk.

Original issue reported on code.google.com by radhermit on 1 Jul 2012 at 2:48

Attachments:

GoogleCodeExporter commented 9 years ago
With SOVERSION equal to VERSION, there won't be any symlinks created, correct?
I.e. I want to know if changing SOVERSION to 1 from 1.2 stops creating any 
files compared to the current result.

Original comment by arseny.k...@gmail.com on 3 Jul 2012 at 3:08

GoogleCodeExporter commented 9 years ago
Sorry about the delay; I finally got around to checking this - with SOVERSION 1 
the libpugixml.so.1.2 file is still deployed.

I've applied the patch to trunk; thanks!

Original comment by arseny.k...@gmail.com on 20 Nov 2012 at 5:28