diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-08 22:40:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-08 22:40:01 +0300 |
commit | b768c38949cf232e472a2d818ab4a5e4eebc10d8 (patch) | |
tree | b97e7a26d210921f24ee70324aa93ec648ed42ce | |
parent | a0511494dc66e6e2f7bd018c51aa01fdbeea0fe1 (diff) | |
download | repository-b768c38949cf232e472a2d818ab4a5e4eebc10d8.tar.gz |
pkgconf: link statically
-rwxr-xr-x | core/pkgconf/build | 2 | ||||
-rw-r--r-- | core/pkgconf/version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/pkgconf/build b/core/pkgconf/build index 503d3a77..33730431 100755 --- a/core/pkgconf/build +++ b/core/pkgconf/build @@ -4,7 +4,7 @@ --prefix=/usr \ --sysconfdir=/etc -make +make LDFLAGS="$LDFLAGS -static" CCLD="${CC:-cc} -all-static" make DESTDIR="$1" install ln -s pkgconf "$1/usr/bin/pkg-config" diff --git a/core/pkgconf/version b/core/pkgconf/version index 8dca8550..d35fe2c5 100644 --- a/core/pkgconf/version +++ b/core/pkgconf/version @@ -1 +1 @@ -1.7.3 1 +1.7.3 2 |