aboutsummaryrefslogtreecommitdiff
path: root/core/pkgconf
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-08 02:30:56 +0300
committerCem Keylan <cem@ckyln.com>2020-09-08 02:30:56 +0300
commit21565d98d6193c5650d2dbda477e36570802f05b (patch)
tree556b3b8992d67571f5b736abff2d4df49c2f610f /core/pkgconf
parent3bddb738f6cee76d172d14a3730879c0da1af4b5 (diff)
downloadrepository-21565d98d6193c5650d2dbda477e36570802f05b.tar.gz
pkgconf: remove unnecessary ldflags
Diffstat (limited to 'core/pkgconf')
-rwxr-xr-xcore/pkgconf/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pkgconf/build b/core/pkgconf/build
index 33730431..6e976679 100755
--- a/core/pkgconf/build
+++ b/core/pkgconf/build
@@ -4,7 +4,7 @@
--prefix=/usr \
--sysconfdir=/etc
-make LDFLAGS="$LDFLAGS -static" CCLD="${CC:-cc} -all-static"
+make CCLD="${CC:-cc} -all-static"
make DESTDIR="$1" install
ln -s pkgconf "$1/usr/bin/pkg-config"