From ff500a51150feeac1527ac91920dc01a59cd99cc Mon Sep 17 00:00:00 2001 From: Kosma Moczek Date: Mon, 3 Mar 2014 15:48:28 +0100 Subject: [PATCH] README.md: mention missing timegm() on some systems --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8c3bcb7..e87e244 100644 --- a/README.md +++ b/README.md @@ -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