From cd4a420dfa07a895b3829f89af3500a088650f19 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Wed, 8 Jan 2014 17:25:39 +0900 Subject: [PATCH] define _GNU_SOURCE --- src/Makefile.am | 2 +- src/Makefile.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index a4d4bd1f..7e7f2743 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = -g -O2 -Wall -Werror -Wno-deprecated-declarations -fno-strict-aliasing -std=gnu99 +AM_CFLAGS = -g -O2 -Wall -Werror -Wno-deprecated-declarations -fno-strict-aliasing -std=gnu99 -D_GNU_SOURCE AM_CFLAGS += -I$(top_builddir)/libev AM_CFLAGS += -I$(top_builddir)/libasyncns diff --git a/src/Makefile.in b/src/Makefile.in index 1d36fbdc..476d7285 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -249,8 +249,8 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = -g -O2 -Wall -Werror -Wno-deprecated-declarations \ - -fno-strict-aliasing -std=gnu99 -I$(top_builddir)/libev \ - -I$(top_builddir)/libasyncns + -fno-strict-aliasing -std=gnu99 -D_GNU_SOURCE \ + -I$(top_builddir)/libev -I$(top_builddir)/libasyncns AM_LDFLAGS = -static SS_COMMON_LIBS = $(top_builddir)/libev/libev.la $(INET_NTOP_LIB) ss_local_SOURCES = utils.c jconf.c json.c encrypt.c udprelay.c cache.c \