Disable strict symbol checks in the link editor.
This commit is contained in:
parent
212f3d7eb8
commit
221978fced
@ -167,6 +167,11 @@ License: Python
|
|||||||
# on files that test invalid syntax.
|
# on files that test invalid syntax.
|
||||||
%undefine py_auto_byte_compile
|
%undefine py_auto_byte_compile
|
||||||
|
|
||||||
|
# Disable strict symbol checks in the link editor.
|
||||||
|
# See: https://src.fedoraproject.org/rpms/redhat-rpm-config/c/078af192613e1beec34824a94dc5f6feeeea1568?branch=master
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1537489
|
||||||
|
%undefine _strict_symbol_defs_build
|
||||||
|
|
||||||
# For multilib support, files that are different between 32- and 64-bit arches
|
# For multilib support, files that are different between 32- and 64-bit arches
|
||||||
# need different filenames. Use "64" or "32" according to the word size.
|
# need different filenames. Use "64" or "32" according to the word size.
|
||||||
# Currently, the best way to determine an architecture's word size happens to
|
# Currently, the best way to determine an architecture's word size happens to
|
||||||
@ -378,6 +383,7 @@ Patch289: 00289-fix-nis-compilation.patch
|
|||||||
# Not every target system may provide a crypt() function in its stdlibc
|
# Not every target system may provide a crypt() function in its stdlibc
|
||||||
# and may use an external or replacement library, like libxcrypt, for
|
# and may use an external or replacement library, like libxcrypt, for
|
||||||
# providing such functions.
|
# providing such functions.
|
||||||
|
# Reported upstream: https://bugs.python.org/issue32635
|
||||||
Patch290: 00290-cryptmodule-Include-crypt.h-for-declaration-of-crypt.patch
|
Patch290: 00290-cryptmodule-Include-crypt.h-for-declaration-of-crypt.patch
|
||||||
|
|
||||||
# (New patches go here ^^^)
|
# (New patches go here ^^^)
|
||||||
|
Loading…
Reference in New Issue
Block a user