Summary: | Please support linking against system shared libtrio | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Jonas Smedegaard <dr> |
Component: | Build Process | Assignee: | Chris Liddell (chrisl) <chris.liddell> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P4 | ||
Version: | master | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- |
Description
Jonas Smedegaard
2014-05-05 18:36:47 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. |