We need an explicit link against libpam when using a non-default toolchain. This is used in the cross build of arm/mips ports. http://chips.ysv.freebsd.org/data/11armv6-11armv6/2015-01-19_15h28m19s/logs/errors/bsdftpd-ssl-1.1.0_4.log Index: Makefile =================================================================== --- Makefile (revision 377338) +++ Makefile (working copy) @@ -25,6 +25,8 @@ OPTIONS_DEFAULT=SERVER .endif +LDFLAGS+= -lpam + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSERVER} && ${PORT_OPTIONS:MEXAMPLES}
A commit references this bug: Author: sbruno Date: Thu Feb 12 20:52:27 UTC 2015 New revision: 378895 URL: https://svnweb.freebsd.org/changeset/ports/378895 Log: Explicitly link against libpam. Fixes builds with external toolchains (qemu powered poudriere). PR: 196966 Approved by: maintainer timeout Changes: head/ftp/bsdftpd-ssl/Makefile
Assign to committer that resolved.