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)
Sat, Apr 20, 3:13 PM
Unknown Object (File)
Mon, Apr 15, 12:07 PM
Unknown Object (File)
Mon, Apr 15, 12:06 PM
Unknown Object (File)
Mon, Apr 15, 12:05 PM
Unknown Object (File)
Thu, Apr 11, 3:45 AM
Unknown Object (File)
Feb 22 2024, 7:08 PM
Unknown Object (File)
Dec 22 2023, 11:31 PM
Unknown Object (File)
Sep 4 2023, 12:35 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.