]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
add _GNU_SOURCE (for some of the wc stuff) r0-51-0
authornotting <notting>
Thu, 15 Aug 2002 20:18:11 +0000 (20:18 +0000)
committernotting <notting>
Thu, 15 Aug 2002 20:18:11 +0000 (20:18 +0000)
Makefile.in

index 8784c26d74dc676776d4d695d94c6617778979c9..a9e0f099fffcf02e71f8f458fde859733af76fbc 100644 (file)
@@ -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@