commit | 57b11d4601b95da3fc086cc0ed4b3b8eee11333c | [log] [tgz] |
---|---|---|
author | Brian P. Hinz <bphinz@users.sf.net> | Mon Feb 29 20:57:06 2016 -0500 |
committer | Brian P. Hinz <bphinz@users.sf.net> | Mon Feb 29 21:07:51 2016 -0500 |
tree | f2c346c5a9c3efd41376b701e755de767abf6a77 | |
parent | 668873aed01ec990d4f16539e041d38abde6fb57 [diff] |
Link libX11 dynamically Building libX11 statically causes problems with libpthread, however the version of libX11 that ships with el5 is too old to build libXext. So we have to build a dynamic version of libX11 and link against that while building. The resulting binary will actually be linked against the system libX11, which should be ABI compatible as far as Xvnc is concerned.