Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 2015 20:52:27 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378895 - head/ftp/bsdftpd-ssl
Message-ID:  <201502122052.t1CKqRDt098155@svn.freebsd.org>

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



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