Bug 695211 - Please support linking against system shared libtrio
Summary: Please support linking against system shared libtrio
Status: RESOLVED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Build Process (show other bugs)
Version: master
Hardware: PC Linux
: P4 normal
Assignee: Chris Liddell (chrisl)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-05 18:36 UTC by Jonas Smedegaard
Modified: 2014-05-06 03:34 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Smedegaard 2014-05-05 18:36:47 UTC
Ghostscript project prefers to link against locally included libraries, but for most of those libraries offers a switch in the form of an environment variable set with configure, to instead link against system shared library.

One exception for this mechanism is libtrio which is only offered to be linked from the local copy.

Please support linking against system shared libtrio.
Comment 1 Chris Liddell (chrisl) 2014-05-06 03:34:13 UTC
Fixed in:

http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=fc0420d7

NOTE!!!: If the libtrio builds are ever changed to be influenced by the current locale, this change will be removed - the point of using trio is to avoid the glibc's stupid implementation of sprintf() and floating point numbers, where depending on the locale, the decimal point might be "." or "," - Postscript and PDF mandate "." for the decimal point.