Fix broken linux builds caused by recent DtHelp/Imakefile jpeg change
authorJon Trulson <jon@radscan.com>
Sun, 12 Aug 2012 23:31:28 +0000 (17:31 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 12 Aug 2012 23:31:28 +0000 (17:31 -0600)
commitfa3ad160e49b599a3ee34c23498feab764898355
tree3a921c1eb9b4556a991c88a2b6935dfc42ac0998
parent2b8bd0743bba5199eec8508e91b774b89808cbd6
Fix broken linux builds caused by recent DtHelp/Imakefile jpeg change

A patch from Pascal Stumpf using external jpeg broke linux builds,
since libjpeg needs to be linked in when using a remote jpeg lib.

So, in lnxLib.tmpl, define SharedDtHelpReqs so -ljpeg is used.  Also,
in DtHelp/Imakefile, use proper Arch defines so external jpeg libs are
only used on linux, fbsd, and obsd systems.
cde/config/cf/lnxLib.tmpl
cde/lib/DtHelp/Imakefile