commit 56e40e3b575c3208ce1abd25c3b893968a228b56 parent 40593e3d24146c20cc4bd35e8f1717da67fb7ecb Author: Cem Keylan <cem@ckyln.com> Date: Wed, 3 Jun 2020 11:44:10 +0300 mandoc: link statically Diffstat:
M | core/mandoc/build | | | 1 | + |
M | core/mandoc/depends | | | 2 | +- |
M | core/mandoc/version | | | 2 | +- |
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/core/mandoc/build b/core/mandoc/build @@ -17,6 +17,7 @@ LIBDIR=/usr/lib SBINDIR=/usr/bin CC="${CC:-gcc}" CFLAGS="$CFLAGS" +LDFLAGS="$LDFLAGS -static" MANPATH_DEFAULT=/usr/share/man LN="ln -sf" EOF diff --git a/core/mandoc/depends b/core/mandoc/depends @@ -1 +1 @@ -zlib +zlib make diff --git a/core/mandoc/version b/core/mandoc/version @@ -1 +1 @@ -1.14.5 2 +1.14.5 3