aboutsummaryrefslogtreecommitdiff
path: root/extra/kbd
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-18 17:04:12 +0300
committerCem Keylan <cem@ckyln.com>2020-06-18 17:04:12 +0300
commit5d74695b670c16bb78077270649370e314b6641c (patch)
tree6f0f7b7a22391f0476fd51f302fbdce03138dac9 /extra/kbd
parent6e5d850dc2b6c927ddd15ae09d3a944cd324c826 (diff)
downloadrepository-5d74695b670c16bb78077270649370e314b6641c.tar.gz
kbd: link statically
Diffstat (limited to 'extra/kbd')
-rwxr-xr-xextra/kbd/build2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/kbd/build b/extra/kbd/build
index c068548a..bb2aa1e2 100755
--- a/extra/kbd/build
+++ b/extra/kbd/build
@@ -1,5 +1,7 @@
#!/bin/sh -e
+export CC="${CC:-cc} --static"
+
./configure \
--prefix=/usr \
--disable-vlock \