diff options
-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" |