diff options
Diffstat (limited to 'extra/xkbcomp/build')
-rwxr-xr-x | extra/xkbcomp/build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/xkbcomp/build b/extra/xkbcomp/build new file mode 100755 index 00000000..75e3546c --- /dev/null +++ b/extra/xkbcomp/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export LDFLAGS="$LDFLAGS -static" +export PKG_CONFIG="pkgconf --static" + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install |