]> git.pld-linux.org Git - packages/firefox.git/commitdiff
try skipping system python compatibility check
authorJan Palus <atler@pld-linux.org>
Wed, 19 Jan 2022 01:04:36 +0000 (02:04 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 19 Jan 2022 01:04:36 +0000 (02:04 +0100)
doomed to fail due to old versions of modules provided by mozilla
itself...

firefox.spec

index 4439135b15c0dba33746dec3f66512d81f2ad3a1..9f5e0a2ed18ac5cd4b0fa43be049ee3989b95f39 100644 (file)
@@ -2237,6 +2237,7 @@ export MOZ_PARALLEL_BUILD
 
 export MOZ_SERVICES_SYNC="1"
 export MOZBUILD_STATE_PATH="$(pwd)/.mozbuild"
+export MACH_SYSTEM_ASSERTED_COMPATIBLE_WITH_MACH_SITE=1
 %if %{with pgo}
 D=$(( RANDOM % (200 - 100 + 1 ) + 5 ))
 /usr/bin/Xvfb :${D} &
This page took 0.038958 seconds and 4 git commands to generate.