2 Commits

2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 21 07:53:40 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- avoid using %jobs (boo#1237231)
-------------------------------------------------------------------
Tue Jul 30 08:57:56 UTC 2024 - Martin Pluskal <mpluskal@suse.com>

View File

@@ -65,7 +65,7 @@ export CFLAGS="%{optflags}"
--libdir=%{_libdir} \
--mandir=%{_mandir} \
--prefix=%{_prefix} \
--cores=%{jobs}
--cores=${RPM_BUILD_NCPUS:-1}
# The following options will affect generated code.
# --enable-pointer-packing Assumes address encoding is subset of pointer range