diff options
| author | Cem Keylan <cem@ckyln.com> | 2021-07-17 15:41:02 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2021-07-17 15:41:02 +0300 |
| commit | da53d40bc348044b1ed06d0de20ac8b8db5a9364 (patch) | |
| tree | 88522749be7a56566995e78493a7c291dd62b3d1 /community/coreutils | |
| parent | 6c7ba36bd6137a595545b0e387670197b2a570d3 (diff) | |
| download | repository-da53d40bc348044b1ed06d0de20ac8b8db5a9364.tar.gz | |
coreutils: use ldflags
Diffstat (limited to 'community/coreutils')
| -rwxr-xr-x | community/coreutils/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/coreutils/build b/community/coreutils/build index 206a476a..bbd53ee2 100755 --- a/community/coreutils/build +++ b/community/coreutils/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export CFLAGS="$CFLAGS -static" +export LDFLAGS="$LDFLAGS -static" ./configure \ --prefix=/usr |
