diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/bsdftpd-ssl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/bsdftpd-ssl/Makefile b/ftp/bsdftpd-ssl/Makefile index 69e08697412e..ec1ee4256016 100644 --- a/ftp/bsdftpd-ssl/Makefile +++ b/ftp/bsdftpd-ssl/Makefile @@ -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} |