From: notting Date: Thu, 15 Aug 2002 20:18:11 +0000 (+0000) Subject: add _GNU_SOURCE (for some of the wc stuff) X-Git-Tag: r0-51-0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87198bcb3fd245dcf44868196aa0d882bdfe3740;p=thirdparty%2Fnewt.git add _GNU_SOURCE (for some of the wc stuff) --- diff --git a/Makefile.in b/Makefile.in index 8784c26..a9e0f09 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,9 +3,9 @@ SHLIBS = -lslang -lm -lc GPM_SUPPORT=@gpm_support@ -CFLAGS = $(RPM_OPT_FLAGS) -Wall -I/usr/include/slang +CFLAGS = $(RPM_OPT_FLAGS) -Wall -I/usr/include/slang -D_GNU_SOURCE ifeq ($(RPM_OPT_FLAGS),) -CFLAGS += -g # -O2 -I/usr/include/slang +CFLAGS += -g endif VERSION = @VERSION@