Disable strict symbol checks in the link editor.

This commit is contained in:
Charalampos Stratakis 2018-01-23 13:22:12 +01:00 committed by Iryna Shcherbina
parent 212f3d7eb8
commit 221978fced
1 changed files with 6 additions and 0 deletions

View File

@ -167,6 +167,11 @@ License: Python
# on files that test invalid syntax.
%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
# 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
@ -378,6 +383,7 @@ Patch289: 00289-fix-nis-compilation.patch
# Not every target system may provide a crypt() function in its stdlibc
# and may use an external or replacement library, like libxcrypt, for
# providing such functions.
# Reported upstream: https://bugs.python.org/issue32635
Patch290: 00290-cryptmodule-Include-crypt.h-for-declaration-of-crypt.patch
# (New patches go here ^^^)