gpsd-users
[Top][All Lists]
Advanced

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

Re: [gpsd-users] Build broken for non-QT


From: Greg Troxel
Subject: Re: [gpsd-users] Build broken for non-QT
Date: Tue, 13 Jan 2015 10:09:58 -0500
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.4 (berkeley-unix)

"O'Connor, Daniel" <address@hidden> writes:


> -    if config.CheckHeader(["sys/time.h", "sys/timepps.h"]):
> +    if env['pps'] and env['ntpshm'] and config.CheckHeader(["sys/types.h", 
> "sys/time.h", "sys/timepps.h"]):
>          confdefs.append("#define HAVE_SYS_TIMEPPS_H 1\n")
>          kpps = True

Why is the check for timepps.h condition on ntpshm?  How gpsd emits time
should have nothing to do with using the kernel feature.  This should
not go in.


Also, please don't make unrelated changes in a commit.

Attachment: pgpxDpLw665Wf.pgp
Description: PGP signature


reply via email to

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