[Bug 237275] Mk/Uses/gssapi.mk: don't set GSSAPILDFLAGS for USES=gssapi

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 29 22:12:02 UTC 2019


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

--- Comment #5 from commit-hook at freebsd.org ---
A commit references this bug:

Author: pkubaj
Date: Fri Nov 29 22:11:34 UTC 2019
New revision: 518677
URL: https://svnweb.freebsd.org/changeset/ports/518677

Log:
  Mk/Uses/gssapi.mk: don't set GSSAPILDFLAGS for USES=gssapi

  Setting GSSAPILDFLAGS for USES=gssapi causes -L/usr/lib to be added to
LDFLAGS.

  This breaks compilation of some ports, like www/squid on GCC architectures
when new GCC from ports needs to be used.

  The new GCC tries to link to libstdc++ and fails. Not setting it explicitely
causes /usr/local/lib/gcc8/libstdc++.so to be taken instead and /usr/lib is
searched for libraries anyway, just with lower priority.

  Tested on powerpc64 and amd64 on www/squid.

  PR:           237275
  Approved by:  mentors (implicit approval), hrs (maintainer timeout)

Changes:
  head/Mk/Uses/gssapi.mk

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list