aboutsummaryrefslogtreecommitdiffstats
path: root/build.macros.in
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2021-02-28 10:40:46 +0200
committerJani Välimaa <wally@mageia.org>2021-02-28 10:40:46 +0200
commitd5c7b5570ebbd9bec0bb9e52c4256fc4db87a3b6 (patch)
tree233eb3bc20aa17b325c29a3a00621a0de9084a63 /build.macros.in
parent4369f6d3ca00a0a876d047c02656293cd98a8ffd (diff)
downloadrpm-setup-d5c7b5570ebbd9bec0bb9e52c4256fc4db87a3b6.tar
rpm-setup-d5c7b5570ebbd9bec0bb9e52c4256fc4db87a3b6.tar.gz
rpm-setup-d5c7b5570ebbd9bec0bb9e52c4256fc4db87a3b6.tar.bz2
rpm-setup-d5c7b5570ebbd9bec0bb9e52c4256fc4db87a3b6.tar.xz
rpm-setup-d5c7b5570ebbd9bec0bb9e52c4256fc4db87a3b6.zip
build.macros: Disable python byte compilation outside python dirs by default (set _python_bytecompile_extra to 0)
Diffstat (limited to 'build.macros.in')
-rw-r--r--build.macros.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.macros.in b/build.macros.in
index bcbce72..2ed8041 100644
--- a/build.macros.in
+++ b/build.macros.in
@@ -468,8 +468,8 @@ fi
%_python_bytecompile_errors_terminate_build 1
#
-## Should python bytecompilation compile outisde python specific directories?
-%_python_bytecompile_extra 1
+## Should python bytecompilation compile outside python specific directories?
+%_python_bytecompile_extra 0
# Use SHA-256 for FILEDIGESTS instead of default MD5
%_source_filedigest_algorithm 8