From 8e43dff1d0ec8db97c71f824247c2178828be180 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 7 Nov 2020 13:49:43 +0300 Subject: xkbcomp: link statically --- xorg/xkbcomp/build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xorg') 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 -- cgit v1.2.3