rename pptpd patches, add a patch to use target optimization flags, tidy up Makefile
[openwrt/svn-archive/archive.git] / net / pptpd / patches / 03-opt_flags.patch
1 diff -ruN pptpd-1.3.0-old/Makefile.in pptpd-1.3.0-new/Makefile.in
2 --- pptpd-1.3.0-old/Makefile.in 2005-08-03 09:47:42.000000000 +0200
3 +++ pptpd-1.3.0-new/Makefile.in 2006-10-27 18:22:00.000000000 +0200
4 @@ -106,7 +106,7 @@
5 AWK = @AWK@
6 CC = @CC@
7 CCDEPMODE = @CCDEPMODE@
8 -CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"'
9 +CFLAGS = $(COPTS) -fno-builtin -Wall -DSBINDIR='"$(sbindir)"'
10 CPP = @CPP@
11 CPPFLAGS = @CPPFLAGS@
12 CYGPATH_W = @CYGPATH_W@