Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
ce1553add4 | |||
|
d3740ec2ac |
@@ -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>
|
||||
|
||||
|
2
ck.spec
2
ck.spec
@@ -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
|
||||
|
Reference in New Issue
Block a user