From: Felix Fietkau Date: Tue, 30 Aug 2016 09:49:46 +0000 (+0200) Subject: dante: remove -D_GNU_SOURCE to fix build errors with current glibc X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=18c7d1c62672f33a206c9abd98c73c0d1d4af564;p=oweals%2Fopenwrt.git dante: remove -D_GNU_SOURCE to fix build errors with current glibc Signed-off-by: Felix Fietkau --- diff --git a/package/network/utils/dante/Makefile b/package/network/utils/dante/Makefile index f73aa0b85f..a78c40dbde 100644 --- a/package/network/utils/dante/Makefile +++ b/package/network/utils/dante/Makefile @@ -23,8 +23,6 @@ PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -TARGET_CFLAGS += -D_GNU_SOURCE -std=gnu89 - CONFIGURE_ARGS += \ --without-upnp \ --without-pam \