aboutsummaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
...
* Use configure scripts included in the tarball, if they exist. This is to ↵DRC2010-01-223-3/+9
| | | | | | avoid problems caused by trying to re-generate the configure scripts using older versions of Autotools than the ones that were used to generate the scripts in the tarball. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3953 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added scripts for building cross-compatible binaries and 64-bit binaries on OS/XDRC2010-01-123-0/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3945 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Prevent vncviewer, vncconfig, and x0vncserver from linking against static ↵DRC2010-01-122-26/+26
| | | | | | X11 libs in unix/xorg.build/lib git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3944 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Use static system libz.a so Xvnc doesn't depend on libz.so.1. As a result, ↵DRC2010-01-112-0/+9
| | | | | | we don't need to build the included zlib anymore. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3943 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Add scripts for building a cross-compatible version of TigerVNC on Linux. ↵DRC2010-01-082-0/+70
These build upon the new '-static' option to the build-xorg-7.4 script and add Linux-specific options for statically linking with libgcc, libstdc++, and libcrypto. When used with RHEL 4, these should produce a version of TigerVNC which will work with all later versions of Linux. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3939 3789f03b-4d11-0410-bbf8-ca57d06f2519