aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-17 15:41:02 +0300
committerCem Keylan <cem@ckyln.com>2021-07-17 15:41:02 +0300
commitda53d40bc348044b1ed06d0de20ac8b8db5a9364 (patch)
tree88522749be7a56566995e78493a7c291dd62b3d1 /community
parent6c7ba36bd6137a595545b0e387670197b2a570d3 (diff)
downloadrepository-da53d40bc348044b1ed06d0de20ac8b8db5a9364.tar.gz
coreutils: use ldflags
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/coreutils/build2
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