-
Tor Didriksen authored
Bug#72352 Provide option to link against libCstd instead of stlport4 on Solaris 10+ Patch for 5.6 This patch enables the use of Cstd when building with SunStudio. It only works for client code, as the server depends on C++98 Usage: cmake -DWITHOUT_SERVER=1 -DSUNPRO_CXX_LIBRARY=Cstd Also backport: Bug#14367046: PROBLEM BUILDING CLIENT ONLY
Tor Didriksen authoredBug#72352 Provide option to link against libCstd instead of stlport4 on Solaris 10+ Patch for 5.6 This patch enables the use of Cstd when building with SunStudio. It only works for client code, as the server depends on C++98 Usage: cmake -DWITHOUT_SERVER=1 -DSUNPRO_CXX_LIBRARY=Cstd Also backport: Bug#14367046: PROBLEM BUILDING CLIENT ONLY
Loading