diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-08 02:30:56 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-08 02:30:56 +0300 |
commit | 21565d98d6193c5650d2dbda477e36570802f05b (patch) | |
tree | 556b3b8992d67571f5b736abff2d4df49c2f610f /core/pkgconf/build | |
parent | 3bddb738f6cee76d172d14a3730879c0da1af4b5 (diff) | |
download | repository-21565d98d6193c5650d2dbda477e36570802f05b.tar.gz |
pkgconf: remove unnecessary ldflags
Diffstat (limited to 'core/pkgconf/build')
-rwxr-xr-x | core/pkgconf/build | 2 |
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" |