소스 검색

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

Kosma Moczek 11 년 전
부모
커밋
ff500a5115
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      README.md

+ 3 - 0
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