]> git.pld-linux.org Git - packages/python3.git/commitdiff
-fno-semantic-interposition is upstream now
authorJan Palus <atler@pld-linux.org>
Sun, 7 Nov 2021 19:09:44 +0000 (20:09 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 7 Nov 2021 19:09:44 +0000 (20:09 +0100)
python3.spec

index 6d7283ab2c6458525b594675e9975dbc80f116de..7b3165b5f1e5e8ea20f1c836272e26191e21de00 100644 (file)
@@ -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 \
This page took 0.037205 seconds and 4 git commands to generate.