Re: [PATCH] Changes to SConstruct for Solaris
Branko Čibej <[email protected]> Thu, 10 Sep 2015 13:31:16 +0200
| Newsgroups | gmane.comp.apache.apr.serf.devel |
|---|---|
| Organization | The Apache Software Foundation |
| Message-ID | <55F16A04.9040800__29259.1045298197$1443916111$gmane$org@apache.org> |
On 10.09.2015 13:22, Branko Čibej wrote: > [[[ > Fix building and testing on the Solaris build slave. > > * SConstruct: > - On Solaris, do not set the SHLIBVERSION variable and > explicitly set PLATFORM to 'posix', otherwise it's detected > as 'sunos5' and tools detection fails. > - Detect a GNU-compatible C compiler and only use GCC-specific > compiler options if that's what we're using. > - Construct LD_LIBRARY_PATH for the test environment, otherwise > dependencies (e.g., APR) that are not in the default load > path are not found. > ]]] Committed in r1702221 with Ber's approval from IRC. -- Brane