017d156905bec659c90ea116d815027f87f954cd
[openwrt/svn-archive/archive.git] / obsolete-buildroot / sources / openwrt / patches / pptp-server / poptop-1.1.3-20030409-CCOPTS.patch
1 diff -ruN poptop-old/Makefile.in poptop-new/Makefile.in
2 --- poptop-old/Makefile.in 2003-02-06 17:39:45.000000000 +0100
3 +++ poptop-new/Makefile.in 2004-04-04 15:50:17.000000000 +0200
4 @@ -74,8 +74,9 @@
5 AUTOMAKE_OPTIONS = no-dependencies foreign
6
7 INCLUDES = -I.
8 -CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"'
9 -#CFLAGS = -O2 -fno-builtin -Wall -ansi -pedantic -Wmissing-prototypes -Werror -DSBINDIR='"$(sbindir)"'
10 +CCOPTS = -O2 -fno-builtin
11 +CFLAGS = $(CCOPTS) -Wall -ansi -DSBINDIR='"$(sbindir)"'
12 +#CFLAGS = $(CCOPTS) -Wall -ansi -pedantic -Wmissing-prototypes -Werror -DSBINDIR='"$(sbindir)"'
13
14 man_MANS = pptpctrl.8 pptpd.8 pptpd.conf.5
15