mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 09:19:51 +00:00
Update pptpd "poptop" to 1.5.0 to fix comptability with PPP 2.5.1. Also refresh patches Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
12 lines
303 B
Diff
12 lines
303 B
Diff
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -233,7 +233,7 @@ AUTOMAKE = @AUTOMAKE@
|
|
AWK = @AWK@
|
|
CC = @CC@
|
|
CCDEPMODE = @CCDEPMODE@
|
|
-CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"'
|
|
+CFLAGS = $(COPTS) -fno-builtin -Wall -DSBINDIR='"$(sbindir)"'
|
|
CPP = @CPP@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
CSCOPE = @CSCOPE@
|