aboutsummaryrefslogtreecommitdiff
path: root/core/mandoc/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-03 11:44:10 +0300
committerCem Keylan <cem@ckyln.com>2020-06-03 11:44:10 +0300
commit56e40e3b575c3208ce1abd25c3b893968a228b56 (patch)
tree18068917e3fcb27dad11778fdadc921438ff3e75 /core/mandoc/build
parent40593e3d24146c20cc4bd35e8f1717da67fb7ecb (diff)
downloadrepository-56e40e3b575c3208ce1abd25c3b893968a228b56.tar.gz
mandoc: link statically
Diffstat (limited to 'core/mandoc/build')
-rwxr-xr-xcore/mandoc/build1
1 files changed, 1 insertions, 0 deletions
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