Skip to content
Commit 1e149b25 authored by Tijl Coosemans's avatar Tijl Coosemans Committed by Dima Panov
Browse files

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
parent d4663509
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment