]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - ppp/patches/0002-build-sys-enable-PAM-support.patch
ppp: Update to 2.4.6.
[people/amarx/ipfire-3.x.git] / ppp / patches / 0002-build-sys-enable-PAM-support.patch
CommitLineData
a373e543
SS
1From 0d71a32b73b71c9793d0b304320858062faf00d1 Mon Sep 17 00:00:00 2001
2From: Michal Sekletar <msekleta@redhat.com>
3Date: Fri, 4 Apr 2014 11:25:43 +0200
4Subject: [PATCH 02/25] build-sys: enable PAM support
5
6---
7 pppd/Makefile.linux | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux
11index 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--
241.8.3.1
25