Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 2015 20:53:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196966] ftp/bsdftpd-ssl requires -lpam when building with external toolchain
Message-ID:  <bug-196966-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: sbruno@FreeBSD.org
                CC: tijl@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@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.



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