configure.py: use local headers for building native addons when available

Resolves: RHEL-111631
This commit is contained in:
Andrei Radchenko 2025-07-16 11:58:21 +02:00
parent d5ff817f75
commit 8d1a4aec48

View File

@ -596,6 +596,7 @@ export PATH="${cwd}/.bin:$PATH"
--ninja \
--enable-lto \
--prefix=%{_prefix} \
--use-prefix-to-find-headers \
--shared \
--libdir=%{_lib} \
%{ssl_configure} \