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