diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:26 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:26 +0100 |
commit | 7360fecf24c1d344c27d1ef2668923497d41f698 (patch) | |
tree | a533e87a0f58b26df90113b471702121f28133a0 /extra/libXi/build | |
parent | 49f9d1f68ae9c0f0d16d18c9e2b4771567f9cfe4 (diff) | |
download | repository-7360fecf24c1d344c27d1ef2668923497d41f698.tar.gz |
libXi: move to extra
Diffstat (limited to 'extra/libXi/build')
-rwxr-xr-x | extra/libXi/build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/libXi/build b/extra/libXi/build new file mode 100755 index 00000000..105ed0c2 --- /dev/null +++ b/extra/libXi/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-malloc0returnsnull + +make +make DESTDIR="$1" install |