gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.5-201-


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.5-201-g592e27c
Date: Mon, 21 May 2012 21:04:31 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  592e27c3c41641d5d6c906e1b6cbc21b9ead4082 (commit)
      from  d5fc020a1cd98bc3fa45d82d8267150edee7624f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 592e27c3c41641d5d6c906e1b6cbc21b9ead4082
Author: Mike Frysinger <address@hidden>
Date:   Mon May 21 16:55:56 2012 -0400

    fix building with clock_gettime and newer glibc
    
    Building with recent glibc versions fails in gpsutils.c due to missing
    definitions related to clock_gettime.  This is because we define the
    _XOPEN_SOURCE macro, but not to a new enough value.  So set it to a
    recent spec value that satisfies both strptime and clock_gettime.
    
    Example build failure with glibc-2.15:
    gpsutils.c: In function 'timestamp':
    gpsutils.c:299:22: error: storage size of 'ts' isn't known
    gpsutils.c:300:14: warning: implicit declaration of function 
'clock_gettime' [-Wimplicit-function-declaration]
    gpsutils.c:300:34: error: 'CLOCK_REALTIME' undeclared (first use in this 
function)
    gpsutils.c:300:34: note: each undeclared identifier is reported only once 
for each function it appears in
    
    Signed-off-by: Mike Frysinger <address@hidden>
    Signed-off-by: Eric S. Raymond <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 gpsutils.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]