From 56e40e3b575c3208ce1abd25c3b893968a228b56 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 3 Jun 2020 11:44:10 +0300 Subject: mandoc: link statically --- core/mandoc/build | 1 + core/mandoc/depends | 2 +- core/mandoc/version | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'core/mandoc') diff --git a/core/mandoc/build b/core/mandoc/build index 8763f4db..324e4138 100755 --- 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 index f22003e8..17a6d43d 100644 --- a/core/mandoc/depends +++ b/core/mandoc/depends @@ -1 +1 @@ -zlib +zlib make diff --git a/core/mandoc/version b/core/mandoc/version index 9507d448..f026b185 100644 --- a/core/mandoc/version +++ b/core/mandoc/version @@ -1 +1 @@ -1.14.5 2 +1.14.5 3 -- cgit v1.2.3