commit 8e43dff1d0ec8db97c71f824247c2178828be180 parent 6906ed116399d76d4e1d17104e7f37251744e96e Author: Cem Keylan <cem@ckyln.com> Date: Sat, 7 Nov 2020 13:49:43 +0300 xkbcomp: link statically Diffstat:
M | xorg/xkbcomp/build | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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