Fix build of ppp when WITHOUT_PAM is set
PR: 210658 Reported by: madpilot Tested by: madpilot Approved by: re@ (kib)
This commit is contained in:
parent
1649e59d99
commit
88737253e2
@ -107,6 +107,7 @@ SRCS+= netgraph.c
|
||||
|
||||
.if defined(PPP_NO_PAM)
|
||||
CFLAGS+=-DNOPAM
|
||||
LIBADD+= crypt
|
||||
.else
|
||||
LIBADD+= pam
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user