K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-11-29T22:11:34.319752Z K 7 svn:log V 594 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) END