[MacPorts] #60740: perl5.28: fails on Tiger Intel : ld: library not found for -lssp_nonshared
MacPorts
noreply at macports.org
Thu Jul 2 02:24:24 UTC 2020
#60740: perl5.28: fails on Tiger Intel : ld: library not found for -lssp_nonshared
--------------------------------+----------------------
Reporter: kencu | Owner: mojca
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: Tiger
Port: perl5.28 perl5.30 |
--------------------------------+----------------------
Comment (by ryandesign):
This was the only place I found a reference to libssp_nonshared, in the
apple-gcc42 source code in gcc/gcc.c:
{{{
#ifndef LINK_SSP_SPEC
#ifdef TARGET_LIBC_PROVIDES_SSP
#define LINK_SSP_SPEC "%{fstack-protector:}"
#else
#define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-
all:-lssp_nonshared -lssp}"
#endif
#endif
}}}
--
Ticket URL: <https://trac.macports.org/ticket/60740#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list