packages/net/pptpd/patches/003-opt_flags.patch

13 lines
453 B
Diff
Raw Normal View History

diff -ruN pptpd-1.3.0-old/Makefile.in pptpd-1.3.0-new/Makefile.in
--- pptpd-1.3.0-old/Makefile.in 2005-08-03 09:47:42.000000000 +0200
+++ pptpd-1.3.0-new/Makefile.in 2006-10-27 18:22:00.000000000 +0200
@@ -106,7 +106,7 @@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
-CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"'
+CFLAGS = $(COPTS) -fno-builtin -Wall -DSBINDIR='"$(sbindir)"'
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@