commit | 7a92591fc5fc58a4f8c4f3daf8f36421dc42774d | [log] [tgz] |
---|---|---|
author | Brian P. Hinz <bphinz@users.sf.net> | Tue Nov 04 19:45:32 2014 -0500 |
committer | Brian P. Hinz <bphinz@users.sf.net> | Tue Nov 04 19:45:32 2014 -0500 |
tree | e5c994080547ef3b92243df2e264a8429d07fe92 | |
parent | 12d6fcfab29e49a771e8f250de9440ffa0e6894b [diff] |
more el5 static build enhancements Various fixes for linker issues when building fltk statically. * The native FindX11.cmake module can't be overridden so that fltk links against the static libraries that we've just built. * Need to link fltk against libdl.a or else an unresolved dependency error occurs while linking tigervnc. * Additional fixes to fix dependency resolution issues when linking fltk against X11 statically.