diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2011-04-19 21:43:13 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2011-04-19 21:43:13 -0400 |
commit | c7721b86c6df55cbfcdb51970944b79ed8674f4e (patch) | |
tree | 4c0d0895ab3d8ef895b4f3a1f92abf8cd7e80525 /indra/newview/skins | |
parent | 2866e1d9e1a39a07c872486332e3301eddf17acb (diff) |
New openssl package solves permissions problems with Linux build.
The original Linux openssl tarball includes libcrypto.so and libssl.so files
with r-xr-xr-x permissions: not even the owning user can modify them. This
causes problems when the Release build tries to 'strip' the viewer and all
associated libraries. Newer openssl tarball fixes permission problems.
The newer openssl package also updates from 0.9.8 to 1.0.0, so have to fix
version numbers in Copy3rdPartyLibs.cmake and viewer_manifest.py too. :-P
Presumably the only reason this hasn't been causing trouble with TC builds is
that the link has been picking up system libraries instead of the ones from
the openssl package.
Diffstat (limited to 'indra/newview/skins')
0 files changed, 0 insertions, 0 deletions