From 21565d98d6193c5650d2dbda477e36570802f05b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 8 Sep 2020 02:30:56 +0300 Subject: pkgconf: remove unnecessary ldflags --- core/pkgconf/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/pkgconf') 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" -- cgit v1.2.3