svn commit: r302337 - head/usr.sbin/ppp

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 4 21:18:59 UTC 2016


Author: bapt
Date: Mon Jul  4 21:18:57 2016
New Revision: 302337
URL: https://svnweb.freebsd.org/changeset/base/302337

Log:
  Fix build of ppp when WITHOUT_PAM is set
  
  PR:		210658
  Reported by:	madpilot
  Tested by:	madpilot
  Approved by:	re@ (kib)

Modified:
  head/usr.sbin/ppp/Makefile

Modified: head/usr.sbin/ppp/Makefile
==============================================================================
--- head/usr.sbin/ppp/Makefile	Mon Jul  4 17:12:22 2016	(r302336)
+++ head/usr.sbin/ppp/Makefile	Mon Jul  4 21:18:57 2016	(r302337)
@@ -107,6 +107,7 @@ SRCS+=	netgraph.c
 
 .if defined(PPP_NO_PAM)
 CFLAGS+=-DNOPAM
+LIBADD+=	crypt
 .else
 LIBADD+=	pam
 .endif


More information about the svn-src-head mailing list