Page MenuHomeFreeBSD

security/git-crypt: fix build with GCC-based architectures
ClosedPublic

Authored by pkubaj on Apr 25 2019, 12:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 27, 2:03 AM
Unknown Object (File)
Tue, May 7, 8:39 PM
Unknown Object (File)
Sat, May 4, 10:03 PM
Unknown Object (File)
Sat, May 4, 10:03 PM
Unknown Object (File)
Sat, May 4, 10:03 PM
Unknown Object (File)
Sat, May 4, 9:50 PM
Unknown Object (File)
Apr 27 2024, 6:51 PM
Unknown Object (File)
Apr 25 2024, 8:36 PM
Subscribers
None

Details

Summary

Add USES=compiler:c++11-lang to fix build on GCC architectures.

Don't add -L${OPENSSLLIB} unconditionally, do it only when SSL library from ports is used. The reason is that adding -L/usr/lib makes ports GCC want to link to libstdc++ from /usr/lib, not from /usr/local/lib/gcc8.

Tested on powerpc64 and amd64.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237525

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 23897
Build 22822: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Apr 27 2019, 6:52 AM
This revision was automatically updated to reflect the committed changes.