svn commit: r378895 - head/ftp/bsdftpd-ssl

Sean Bruno sbruno at FreeBSD.org
Thu Feb 12 20:52:27 UTC 2015


Author: sbruno
Date: Thu Feb 12 20:52:26 2015
New Revision: 378895
URL: https://svnweb.freebsd.org/changeset/ports/378895
QAT: https://qat.redports.org/buildarchive/r378895/

Log:
  Explicitly link against libpam.  Fixes builds with external toolchains (qemu powered
  poudriere).
  
  PR:		196966
  Approved by:	maintainer timeout

Modified:
  head/ftp/bsdftpd-ssl/Makefile

Modified: head/ftp/bsdftpd-ssl/Makefile
==============================================================================
--- head/ftp/bsdftpd-ssl/Makefile	Thu Feb 12 20:48:26 2015	(r378894)
+++ head/ftp/bsdftpd-ssl/Makefile	Thu Feb 12 20:52:26 2015	(r378895)
@@ -25,6 +25,9 @@ USE_RC_SUBR=	${PORTNAME}
 OPTIONS_DEFAULT=SERVER
 .endif
 
+# explicitly link against libpam to support external toolchains.
+LDFLAGS+=	-lpam
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSERVER} && ${PORT_OPTIONS:MEXAMPLES}


More information about the svn-ports-all mailing list