diff options
author | Cem Keylan <cem@ckyln.com> | 2020-11-07 13:49:43 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-11-07 13:49:43 +0300 |
commit | 8e43dff1d0ec8db97c71f824247c2178828be180 (patch) | |
tree | 6d1a8b5933f4cab5f5c959e27acb4132dbd683ea /xorg/xkbcomp/build | |
parent | 6906ed116399d76d4e1d17104e7f37251744e96e (diff) | |
download | repository-8e43dff1d0ec8db97c71f824247c2178828be180.tar.gz |
xkbcomp: link statically
Diffstat (limited to 'xorg/xkbcomp/build')
-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 |