From 6a6b5603a3b5db645e6f0e0d02ec1fc8243d529f Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sun, 16 Feb 2003 22:31:24 +0000 Subject: [PATCH 1/1] don't compile the radius plugin by default --- pppd/plugins/Makefile.linux | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pppd/plugins/Makefile.linux b/pppd/plugins/Makefile.linux index 971024a..a7cf5d8 100644 --- a/pppd/plugins/Makefile.linux +++ b/pppd/plugins/Makefile.linux @@ -3,8 +3,10 @@ CFLAGS = -g -O2 -I.. -I../../include -fPIC LDFLAGS = -shared INSTALL = install -o root -SUBDIRS = rp-pppoe radius -PLUGINS = minconn.so passprompt.so passwordfd.so +SUBDIRS := rp-pppoe +# Uncomment the next line to include the radius authentication plugin +# SUBDIRS += radius +PLUGINS := minconn.so passprompt.so passwordfd.so # include dependencies if present ifeq (.depend,$(wildcard .depend)) -- 2.39.2