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)
Thu, Aug 27, 8:28 PM
Unknown Object (File)
Wed, Aug 12, 2:53 PM
Unknown Object (File)
Wed, Aug 12, 8:37 AM
Unknown Object (File)
Tue, Aug 11, 6:14 AM
Unknown Object (File)
Mon, Aug 10, 9:57 AM
Unknown Object (File)
Mon, Aug 10, 8:19 AM
Unknown Object (File)
Mon, Aug 10, 1:27 AM
Unknown Object (File)
Sun, Aug 9, 12:32 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.