rpath: opt out until Python distutils.build_ext is fixed

Python's distutils.build_ext injects standard rpath into library rpaths
during compilation. This cannot be fixed at the module side.

Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Alexander Bokovoy 2021-06-18 12:10:58 +03:00
parent b808b3a953
commit bc8ea91e75

View File

@ -1,3 +1,8 @@
# Python's distutils.build_ext injects standard rpath
# and a package used it cannot control that.
# Opt-out of rpath checks until Python is fixed
%global __brp_check_rpaths %{nil}
%{!?_httpd_apxs: %{expand: %%global _httpd_apxs %%{_sbindir}/apxs}}
%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}}