upgs: Remove extra _DEFAULT_SOURCE definition
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 18 Apr 2020 15:42:02 +0000 (17:42 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 4 May 2020 22:05:28 +0000 (00:05 +0200)
commit55ccb04046ea8b339f31be1f0adc3dc46120a0cf
treec2679d64ebf5d4ce0dc142fbfdf981374031353e
parentee480c50c1441cbf01b2a48f16868d49c7dbfd8e
upgs: Remove extra _DEFAULT_SOURCE definition

This extra _DEFAULT_SOURCE definition results in a double definition
which is a compile error.

This fixes the following compile error with glibc:
----------------------------------------------------------------------
ugps-2019-06-25-cd7eabcd/nmea.c:19: error: "_DEFAULT_SOURCE" redefined [-Werror]
 #define _DEFAULT_SOURCE

<command-line>: note: this is the location of the previous definition
cc1: all warnings being treated as errors

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 70a962ca6f13e82d8d67f5c8ee65064a41f66a9c)
package/utils/ugps/Makefile