]> git.pld-linux.org Git - packages/ppp.git/blob - ppp-make.patch
- updated make,mppe-mppc-1.1 patches
[packages/ppp.git] / ppp-make.patch
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 @@
4  PLUGIN=y
5  
6  # Enable Microsoft proprietary Callback Control Protocol
7 -#CBCP=y
8 +CBCP=y
9  
10  # Enable EAP SRP-SHA1 authentication (requires libsrp)
11  #USE_SRP=y
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  }
24  
This page took 0.117329 seconds and 3 git commands to generate.