]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - ppp/patches/0010-build-sys-enable-CBCP.patch
libunistring: Update to version 0.9.6
[people/amarx/ipfire-3.x.git] / ppp / patches / 0010-build-sys-enable-CBCP.patch
CommitLineData
a373e543
SS
1From 8015a0ef23a874f288d5e77ffafe1d7f4281725d Mon Sep 17 00:00:00 2001
2From: Michal Sekletar <msekleta@redhat.com>
3Date: Fri, 4 Apr 2014 18:59:24 +0200
4Subject: [PATCH 10/25] build-sys: enable CBCP
5
6Resolves: #199278
7---
8 pppd/Makefile.linux | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux
12index 95c2598..65700fa 100644
13--- a/pppd/Makefile.linux
14+++ b/pppd/Makefile.linux
15@@ -68,7 +68,7 @@ HAVE_INET6=y
16 PLUGIN=y
17
18 # Enable Microsoft proprietary Callback Control Protocol
19-#CBCP=y
20+CBCP=y
21
22 # Enable EAP SRP-SHA1 authentication (requires libsrp)
23 #USE_SRP=y
24--
251.8.3.1
26