Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
merge
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OpenAl version (should fix linux voice issues).
|
|
|
|
Reviewed by alain and nat.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is only an issue on Macs that have a case-sensitive root filesystem.
|
|
|
|
linux only).
|
|
|
|
|
|
|
|
|
|
longer have any affect
|
|
due to improperly disabled msvcrt manifest checking.
reviewed by jenn.
|
|
|
|
msvc*80.dll's.
|
|
|
|
|
|
|
|
linux build.
|
|
|
|
|
|
|
|
install.py)
|
|
|
|
|
|
merge broke the linux build, we were trying to strip a script which is a non-binary file.
Restored the correct syntax and build works again. yay!
Reviewed by Prep
|