upgs: Remove extra _DEFAULT_SOURCE definition
[openwrt/openwrt.git] / package / utils / ugps / Makefile
index 6eae5afbcf5bb7a76e9012b011909a967e03355a..85c64533d1dc2bd54765c12ec2d391c2d31ba45a 100644 (file)
@@ -31,10 +31,6 @@ endef
 
 TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
 
-ifneq ($(CONFIG_USE_GLIBC),)
-  TARGET_CFLAGS += -D_DEFAULT_SOURCE
-endif
-
 define Package/ugps/conffiles
 /etc/config/gps
 endef