diff options
Diffstat (limited to 'xorg/xkbcomp')
-rwxr-xr-x | xorg/xkbcomp/build | 3 |
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 |