]> git.ipfire.org Git - ipfire-3.x.git/blob - ppp/patches/0002-build-sys-enable-PAM-support.patch
ppp: Update to 2.4.6.
[ipfire-3.x.git] / ppp / patches / 0002-build-sys-enable-PAM-support.patch
1 From 0d71a32b73b71c9793d0b304320858062faf00d1 Mon Sep 17 00:00:00 2001
2 From: Michal Sekletar <msekleta@redhat.com>
3 Date: Fri, 4 Apr 2014 11:25:43 +0200
4 Subject: [PATCH 02/25] build-sys: enable PAM support
5
6 ---
7 pppd/Makefile.linux | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux
11 index 1d9ea78..5a44d30 100644
12 --- a/pppd/Makefile.linux
13 +++ b/pppd/Makefile.linux
14 @@ -61,7 +61,7 @@ HAVE_MULTILINK=y
15 USE_TDB=y
16
17 HAS_SHADOW=y
18 -#USE_PAM=y
19 +USE_PAM=y
20 HAVE_INET6=y
21
22 # Enable plugins
23 --
24 1.8.3.1
25