summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-01-01 16:23:51 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-01-01 16:23:51 +0000
commit35576e9dcf08fb09af3b9c47aa07f2943ed80c54 (patch)
treee4c53ed31b0522bd5a1c2a0a0e1cad098cab23f5
parent0b13e219c991da370ea43805dc1482b472ead62a (diff)
downloadgpsd-35576e9dcf08fb09af3b9c47aa07f2943ed80c54.tar.gz
Prerelease cleanup.
-rw-r--r--configure.in4
-rw-r--r--gpsd.spec.in6
2 files changed, 6 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 6eeba108..8059dacb 100644
--- a/configure.in
+++ b/configure.in
@@ -11,8 +11,8 @@ AC_PROG_LIBTOOL
AC_C_BIGENDIAN
if eval "test x$GCC = xyes"; then
- CFLAGS="$CFLAGS -Wall -W -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type"
- dnl -W -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type
+ CFLAGS="$CFLAGS -Wall -W -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type"
+ dnl -Wcast-qual
fi
AC_CHECK_HEADERS(termios.h sys/termios.h sys/select.h strings.h sys/filio.h sys/time.h X11/xpm.h xpm.h getopt.h sys/modem.h)
diff --git a/gpsd.spec.in b/gpsd.spec.in
index fdadabff..df1b3129 100644
--- a/gpsd.spec.in
+++ b/gpsd.spec.in
@@ -119,9 +119,11 @@ if [ -d /etc/udev/rules.d/ ]; then rm /etc/udev/rules.d/80-gpsd.rules; fi
%{_libdir}/python*/site-packages/gpsd.py
%changelog
-* Mon Dec 27 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 2.6-1
+* Sat Jan 01 2005 Eric S. Raymond <esr@snark.thyrsus.com> - 2.6-1
- Petter Reinholdtsen's fix for gps.py buffering. Fix syntax errors
- in udev scriptlets.
+ in udev scriptlets. Clean up after GCC warning messages. Drop use of
+ vsprintf, so we get a link-time error on systems that might produce
+ buffer overruns.
* Thu Dec 23 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 2.5.1
- Use gmtime instead of localtime when guessing the day or year of a date;