]> git.pld-linux.org Git - packages/ppp.git/blame - ppp-make.patch
- updated make,mppe-mppc-1.1 patches
[packages/ppp.git] / ppp-make.patch
CommitLineData
be4cb0a9
JB
1--- ppp-2.4.9/pppd/Makefile.linux.orig 2021-01-05 00:06:37.000000000 +0100
2+++ ppp-2.4.9/pppd/Makefile.linux 2021-01-09 10:15:09.846752928 +0100
3@@ -74,7 +74,7 @@
c94df5ad
AM
4 PLUGIN=y
5
d26023db 6 # Enable Microsoft proprietary Callback Control Protocol
7d3cd975
AM
7-#CBCP=y
8+CBCP=y
e619c42e 9
d26023db 10 # Enable EAP SRP-SHA1 authentication (requires libsrp)
d2e69f6c 11 #USE_SRP=y
be4cb0a9
JB
12--- ppp-2.4.9/configure.orig 2021-01-05 00:06:37.000000000 +0100
13+++ ppp-2.4.9/configure 2021-01-09 19:19:54.306352685 +0100
14@@ -122,8 +122,8 @@
15 if [ -f $1 ]; then
16 echo " $2 <= $1"
17 sed -e "s,@DESTDIR@,$DESTDIR,g" -e "s,@SYSCONF@,$SYSCONF,g" \
18- -e "s,@CROSS_COMPILE@,$CROSS_COMPILE,g" -e "s,@CC@,$CC,g" \
19- -e "s,@CFLAGS@,$CFLAGS,g" $1 >$2
20+ -e "s,@CROSS_COMPILE@,$CROSS_COMPILE,g" -e "s|@CC@|$CC|g" \
21+ -e "s|@CFLAGS@|$CFLAGS|g" $1 >$2
22 fi
23 }
5d717ee9 24
This page took 0.11146 seconds and 4 git commands to generate.