Page MenuHomeFreeBSD

devel/thrift-cpp: fix build with GCC-based architectures
ClosedPublic

Authored by pkubaj on May 17 2019, 10:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 25, 8:43 PM
Unknown Object (File)
Feb 2 2025, 1:05 AM
Unknown Object (File)
Nov 29 2024, 10:04 AM
Unknown Object (File)
Nov 18 2024, 9:18 AM
Unknown Object (File)
Nov 12 2024, 10:28 AM
Unknown Object (File)
Nov 12 2024, 3:39 AM
Unknown Object (File)
Nov 10 2024, 12:13 PM
Unknown Object (File)
Nov 8 2024, 8:46 AM
Subscribers
None

Details

Summary

Add -L${OPENSSLLIB} -I${OPENSSLINC} only when base OpenSSL isn't used. Explicitly adding -L/usr/lib make ports GCC link to libstdc++ from /usr/lib instead of /usr/local/lib/gcc8.

Also, explicitly don't use Lua and Qt5, the port uses it if it's installed.

PR: 237506

Diff Detail

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

Event Timeline

devel/thrift-cpp/Makefile
47 ↗(On Diff #57478)

^I'd say this warrants a PORTREVISON bump

Looks ok, pending maintainer's approval.

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

Committed because maintainer timeout.