-
Mauritz Sundell authored
revno: 5960 revision-id: tor.didriksen@oracle.com-20140523105024-zidi66prp5p27kbg parent: venkatesh.duggirala@oracle.com-20140523051255-xfzbokhi1hdwiqvl committer: Tor Didriksen <tor.didriksen@oracle.com> branch nick: 5.6-cmake timestamp: Fri 2014-05-23 12:50:24 +0200 message: Bug#18605389 PROVIDE OPTION TO LINK AGAINST LIBCSTD INSTEAD OF STLPORT4 ON SOLARIS 10+ 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
Mauritz Sundell authoredrevno: 5960 revision-id: tor.didriksen@oracle.com-20140523105024-zidi66prp5p27kbg parent: venkatesh.duggirala@oracle.com-20140523051255-xfzbokhi1hdwiqvl committer: Tor Didriksen <tor.didriksen@oracle.com> branch nick: 5.6-cmake timestamp: Fri 2014-05-23 12:50:24 +0200 message: Bug#18605389 PROVIDE OPTION TO LINK AGAINST LIBCSTD INSTEAD OF STLPORT4 ON SOLARIS 10+ 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
Loading