mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-07 05:06:24 +02:00
sys-libs/libseccomp: Sync with Gentoo
It's from Gentoo commit ba40dd5611f8ab3edf0c87bb68d844411178dc0d. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
8fca068605
commit
d8cf5451ea
@ -117,7 +117,7 @@ multilib_src_compile() {
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
local -x LIBSECCOMP_TSTCFG_JOBS="$(makeopts_jobs)"
|
||||
local -x LIBSECCOMP_TSTCFG_JOBS="$(get_makeopts_jobs)"
|
||||
emake -Onone check
|
||||
|
||||
if multilib_is_native_abi && use python ; then
|
||||
|
||||
@ -114,7 +114,7 @@ multilib_src_compile() {
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
local -x LIBSECCOMP_TSTCFG_JOBS="$(makeopts_jobs)"
|
||||
local -x LIBSECCOMP_TSTCFG_JOBS="$(get_makeopts_jobs)"
|
||||
emake -Onone check
|
||||
|
||||
if multilib_is_native_abi && use python ; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user