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)
Sun, Feb 2, 9:24 AM
Unknown Object (File)
Dec 27 2024, 10:12 PM
Unknown Object (File)
Dec 22 2024, 7:32 PM
Unknown Object (File)
Nov 25 2024, 6:31 PM
Unknown Object (File)
Nov 25 2024, 7:44 AM
Unknown Object (File)
Nov 24 2024, 5:57 AM
Unknown Object (File)
Nov 21 2024, 9:05 AM
Unknown Object (File)
Nov 20 2024, 3:59 PM
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.