ppp/ppp-2.4.8-build-sys-enable-PAM-support.patch

26 lines
556 B
Diff
Raw Normal View History

2019-09-30 11:14:09 -04:00
From 0d71a32b73b71c9793d0b304320858062faf00d1 Mon Sep 17 00:00:00 2001
From: Michal Sekletar <msekleta@redhat.com>
Date: Fri, 4 Apr 2014 11:25:43 +0200
Subject: [PATCH 02/27] build-sys: enable PAM support
---
pppd/Makefile.linux | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux
index 1d9ea78..5a44d30 100644
--- a/pppd/Makefile.linux
+++ b/pppd/Makefile.linux
2020-06-29 16:02:36 +08:00
@@ -66,7 +66,7 @@ HAVE_MULTILINK=y
#SYSTEMD=y
2019-09-30 11:14:09 -04:00
HAS_SHADOW=y
-#USE_PAM=y
+USE_PAM=y
HAVE_INET6=y
# Enable plugins
--
1.8.3.1