summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-09-25 17:09:09 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-09-25 17:14:15 -0400
commitd4fd3d2ed32e1cadaa1ab05ff87aad0c0817d942 (patch)
tree4150f42864d5bababb84207206b8f30d538a725e /SConstruct
parentc1ba7516b8dcb00c658d2630c2a8be9f4355e618 (diff)
downloadgpsd-d4fd3d2ed32e1cadaa1ab05ff87aad0c0817d942.tar.gz
Do the right thing if we're not using glibc - use local timegm().
All regression tests pass.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 5e49b5c0..36d0be76 100644
--- a/SConstruct
+++ b/SConstruct
@@ -834,6 +834,7 @@ libgps_sources = [
"shared_json.c",
"strl.c",
"getsid.c",
+ "timegm.c",
]
if env['libgpsmm']: