[packages/python3] -fno-semantic-interposition is upstream now
atler
atler at pld-linux.org
Sun Nov 7 20:13:00 CET 2021
commit 6e46332d19b7bfd115dbccf2cb205b38d39ddd33
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Nov 7 20:09:44 2021 +0100
-fno-semantic-interposition is upstream now
python3.spec | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index 6d7283a..7b3165b 100644
--- a/python3.spec
+++ b/python3.spec
@@ -7,7 +7,6 @@
%bcond_without tests # disables Python testing
%bcond_with verbose_tests # runs tests in verbose mode
%bcond_without optimizations # expensive, stable optimizations (PGO etc.) + LTO
-%bcond_with semantic_interposition # build without \-fno-semantic-interposition
#
# tests which will not work on 64-bit platforms
%define no64bit_tests -x test_audioop -x test_rgbimg -x test_imageop
@@ -549,10 +548,9 @@ fi
%configure \
CC="%{__cc}" \
OPT="%{rpmcflags}" \
- CFLAGS_NODIST="%{!?with_semantic_interposition: -fno-semantic-interposition}" \
CPPFLAGS="%{rpmcppflags}" \
LDFLAGS="%{rpmldflags}" \
- LDFLAGS_NODIST="%{debuginfocflags}%{!?with_semantic_interposition: -fno-semantic-interposition}" \
+ LDFLAGS_NODIST="%{debuginfocflags}" \
ac_cv_posix_semaphores_enabled=yes \
ac_cv_broken_sem_getvalue=no \
--enable-ipv6 \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3.git/commitdiff/6e46332d19b7bfd115dbccf2cb205b38d39ddd33
More information about the pld-cvs-commit
mailing list