Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jul 2016 21:18:58 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r302337 - head/usr.sbin/ppp
Message-ID:  <201607042118.u64LIw2Q003782@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607042118.u64LIw2Q003782>