aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-11-07 13:49:43 +0300
committerCem Keylan <cem@ckyln.com>2020-11-07 13:49:43 +0300
commit8e43dff1d0ec8db97c71f824247c2178828be180 (patch)
tree6d1a8b5933f4cab5f5c959e27acb4132dbd683ea /xorg
parent6906ed116399d76d4e1d17104e7f37251744e96e (diff)
downloadrepository-8e43dff1d0ec8db97c71f824247c2178828be180.tar.gz
xkbcomp: link statically
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/xkbcomp/build3
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg/xkbcomp/build b/xorg/xkbcomp/build
index 6daf22f8..75e3546c 100755
--- a/xorg/xkbcomp/build
+++ b/xorg/xkbcomp/build
@@ -1,5 +1,8 @@
#!/bin/sh -e
+export LDFLAGS="$LDFLAGS -static"
+export PKG_CONFIG="pkgconf --static"
+
./configure \
--prefix=/usr