component/coreutils: backport a fix for a crash with split
and stop using old version in gitlab
Showing
and stop using old version in gitlab
[buildout] | ||
extends = | ||
../gmp/buildout.cfg | ||
../patch/buildout.cfg | ||
../perl/buildout.cfg | ||
../xz-utils/buildout.cfg | ||
parts = | ||
... | ... | @@ -16,15 +17,11 @@ configure-options = |
--without-selinux | ||
--prefix=@@LOCATION@@ | ||
environment = | ||
PATH=${perl:location}/bin:${xz-utils:location}/bin:%(PATH)s | ||
PATH=${patch:location}/bin:${perl:location}/bin:${xz-utils:location}/bin:%(PATH)s | ||
LDFLAGS=-Wl,--as-needed -L${gmp:location}/lib -Wl,-rpath=${gmp:location}/lib | ||
# Latest version of command split in coreutils is not working in gitlab backup | ||
# For more details, see: https://lab.nexedi.com/nexedi/slapos/merge_requests/1503/diffs#note_197515 | ||
[coreutils-9.1] | ||
<= coreutils | ||
url = https://ftp.gnu.org/gnu/coreutils/coreutils-9.1.tar.xz | ||
md5sum = 8b1ca4e018a7dce9bb937faec6618671 | ||
patches = | ||
https://github.com/coreutils/coreutils/commit/c4c5ed8f4e9cd55a12966d4f520e3a13101637d9.patch#b6810d7559ffbc5e24636a860f02e836 | ||
Please
register
or
sign in
to reply
|
||
patch-options = -p1 | ||
[coreutils-output] | ||
# Shared binary location to ease migration | ||
... | ... |