Page MenuHomeFreeBSD

security/yapet: fix build with GCC-based architectures
ClosedPublic

Authored by pkubaj on May 17 2019, 10:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 21, 1:13 PM
Unknown Object (File)
Sun, Jul 19, 11:35 AM
Unknown Object (File)
Sat, Jul 18, 3:57 AM
Unknown Object (File)
Tue, Jul 14, 8:42 PM
Unknown Object (File)
Fri, Jul 10, 3:26 AM
Unknown Object (File)
Tue, Jun 30, 3:06 AM
Unknown Object (File)
Sun, Jun 28, 11:30 AM
Unknown Object (File)
Sat, Jun 27, 11:00 AM
Subscribers
None

Details

Summary

Don't link with $ssldir/lib if $ssldir is /usr.

This creates a build failure on GCC architectures. -L/usr/lib is added to LDFLAGS and GCC from ports tries to link to base libstdc++.

PR: 237703

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 20 2019, 12:33 PM
This revision was automatically updated to reflect the committed changes.