[Bug 196966] ftp/bsdftpd-ssl requires -lpam when building with external toolchain

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 12 20:53:25 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196966

            Bug ID: 196966
           Summary: ftp/bsdftpd-ssl requires -lpam when building with
                    external toolchain
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: sbruno at FreeBSD.org
                CC: tijl at FreeBSD.org

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}

--- Comment #1 from commit-hook at freebsd.org ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list