Package: pugixml / 1.4-1

Metadata

Package Version Patches format
pugixml 1.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2001 enable_staticlib_generation.patch | (download)

scripts/CMakeLists.txt | 20 13 + 7 - 0 !
1 file changed, 13 insertions(+), 7 deletions(-)

 enable both static and shared library building
 By default the upstream builds only static library if a
 BUILD_SHARED_LIBS is not set and if it is set it only builds only
 shared library. This patch allows building both static and shared
 library.
 .
 Additionally when both shared and static libs were built there was
 conflict of name as upstream was using same name for both. This patch
 also handles this.
 .
 Upstream naming conventions for library and SONAME was not as
 required by d-shlibs this patch also fixes it.