diff options
| author | Cem Keylan <cem@ckyln.com> | 2023-09-06 16:56:25 +0200 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2023-09-06 16:56:25 +0200 |
| commit | c13445ed7aab4471471e98ec74e7a9b8a5f7cded (patch) | |
| tree | f448a8accbce781e2f99133fa883153ff67572b0 /community/coreutils/build | |
| parent | e5cde8077be177ae38251533835e00edaaf6756a (diff) | |
| download | repository-c13445ed7aab4471471e98ec74e7a9b8a5f7cded.tar.gz | |
coreutils: bump to 9.4
Diffstat (limited to 'community/coreutils/build')
| -rwxr-xr-x | community/coreutils/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/community/coreutils/build b/community/coreutils/build index c9e7c6d8..c58225c9 100755 --- a/community/coreutils/build +++ b/community/coreutils/build @@ -1,5 +1,7 @@ #!/bin/sh -e +patch -p1 < busybox-style.patch + export LDFLAGS="$LDFLAGS -static" ./configure \ |
