]> git.pld-linux.org Git - packages/thunderbird.git/commitdiff
- added lowmem2 bcond (mach -j1)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Jul 2023 14:03:55 +0000 (16:03 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Jul 2023 14:03:55 +0000 (16:03 +0200)
thunderbird.spec

index 10f499aa820acaf8f561a6efe87373bad51fc8d9..735e3e3d5f1e48956164f082a4bb7cc833656959 100644 (file)
@@ -14,6 +14,7 @@
 %bcond_without system_libvpx   # build with system libvpx
 %bcond_without clang           # build using Clang/LLVM
 %bcond_with    lowmem          # lower memory requirements
+%bcond_with    lowmem2         # even lower memory requirements at cost of build time
 
 # UPDATING TRANSLATIONS:
 %if 0
@@ -1489,7 +1490,7 @@ export MACH_SYSTEM_ASSERTED_COMPATIBLE_WITH_BUILD_SITE=1
 export MACH_SYSTEM_ASSERTED_COMPATIBLE_WITH_MACH_SITE=1
 AUTOCONF=/usr/bin/autoconf2_13 \
 MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none \
-./mach build
+./mach build %{?with_lowmem2:-j1}
 
 %if %{with crashreporter}
 # create debuginfo for crash-stats.mozilla.com
This page took 0.097684 seconds and 4 git commands to generate.