FreeBSD Bugzilla – Attachment #172104: add crypt linking in case of WITHOUT_PAM for
bug #210658
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 210658
| Differences between
worksforme patch
and this patch
Collapse All
|
Expand All
(-)
b/head/usr.sbin/ppp/Makefile (+1 lines)
Lines 107-112
Link Here
107
107
108
.if defined(PPP_NO_PAM)
108
.if defined(PPP_NO_PAM)
109
CFLAGS+=-DNOPAM
109
CFLAGS+=-DNOPAM
110
LIBADD+= crypt
110
.else
111
.else
111
LIBADD+= pam
112
LIBADD+= pam
112
.endif
113
.endif
Return to
bug 210658