Do not try to link with -Wl,-z,defs
https://bugzilla.redhat.com/show_bug.cgi?id=1535422 https://fedoraproject.org/wiki/Changes/BINUTILS2291 https://src.fedoraproject.org/rpms/redhat-rpm-config/blob/master/f/buildflags.md#strict-symbol-checks-in-the-link-editor-ld sssd cannot be linked with -Wl,-z,defs atm.
This commit is contained in:
parent
27d7dcb5bb
commit
ebdebbe467
@ -3,6 +3,9 @@
|
||||
# we don't want to provide private python extension libs
|
||||
%define __provides_exclude_from %{python2_sitearch}/.*\.so$|%{python3_sitearch}/.*\.so$|%{_libdir}/%{name}/modules/libwbclient.so.*$
|
||||
|
||||
# SSSD fails to build with -Wl,-z,defs
|
||||
%undefine _strict_symbol_defs_build
|
||||
|
||||
%define _hardened_build 1
|
||||
|
||||
%global enable_polkit_rules_option --disable-polkit-rules-path
|
||||
|
Loading…
Reference in New Issue
Block a user