[Bug 269253] devel/cmake-core: undefined symbol: nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 4 09:09:38 GMT 2023
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269253
--- Comment #9 from commit-hook at FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=1e149b25f57d04feeb5dc05ef33bed2f251e12bf
commit 1e149b25f57d04feeb5dc05ef33bed2f251e12bf
Author: Tijl Coosemans <tijl at FreeBSD.org>
AuthorDate: 2023-02-03 16:35:16 +0000
Commit: Dima Panov <fluffy at FreeBSD.org>
CommitDate: 2023-02-04 09:09:02 +0000
devel/cmake-core: Fix build with libnghttp2 installed
While building the bundled curl, -I/usr/local/include appears too early
on the compiler command line causing the compiler to use headers from
an installed libnghttp2 instead of the bundled libnghttp2. Add
USES=localbase so CFLAGS contains -isystem /usr/local/include making
the compiler search the directory after all the -I flags.
PR: 269253
devel/cmake-core/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list