SCO_SV: Enable so filename versioning

Take changes used by pkgsrc [1]:

* so filename versioning requires CMAKE_SHARED_LIBRARY_SONAME_C_FLAG.

[1] http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/devel/cmake/patches/
This commit is contained in:
Patrick Welche 2016-07-28 17:26:10 +01:00 committed by Brad King
parent 16a3a73508
commit 56539d89da
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
set(CMAKE_DL_LIBS "")
set(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-h,")
include(Platform/UnixPaths)