README.md: mention missing timegm() on some systems

This commit is contained in:
Kosma Moczek 2014-03-03 15:48:28 +01:00
parent b81f509ccd
commit ff500a5115

View File

@ -110,6 +110,9 @@ typing ``make``.
* There's no support for omitting parts of the library from building. As
a workaround, use the ``-ffunction-sections -Wl,--gc-sections`` linker flags
(or equivalent) to remove the unused functions (parsers) from the final image.
* Some systems lack ``timegm``. On these systems, the recommended course of
action is to build with ``-Dtimegm=mktime`` - assuming the system runs in the
default ``UTC`` timezone.
## Bugs