forked from pool/libsemanage
Accepting request 912401 from home:favogt:branches:security:SELinux
- Call "make -j8 pywrap" instead of "make -j8 all pywrap" to fix random build failures. The toplevel Makefile does not support concurrency, and it resulted in parallel "make all" and "make pywrap" which weren't aware of each other and stepped over the other's artifacts. OBS-URL: https://build.opensuse.org/request/show/912401 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsemanage?expand=0&rev=93
This commit is contained in:
parent
779444cda3
commit
506203f4f2
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 16 13:13:41 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Call "make -j8 pywrap" instead of "make -j8 all pywrap" to fix random
|
||||
build failures. The toplevel Makefile does not support concurrency,
|
||||
and it resulted in parallel "make all" and "make pywrap" which weren't
|
||||
aware of each other and stepped over the other's artifacts.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 18 08:31:30 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
|
@ -67,7 +67,7 @@ grep /usr/libexec . -rl | xargs sed -i "s|/usr/libexec|%{_libexecdir}|g"
|
||||
LIBDIR="%{_libdir}" \
|
||||
LIBEXECDIR="%{_libexecdir}" \
|
||||
SHLIBDIR="%{_lib}" \
|
||||
all pywrap
|
||||
pywrap
|
||||
}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user