aboutsummaryrefslogtreecommitdiff
path: root/extra/libXt/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:47:27 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:47:27 +0100
commit3a3efdbde1f75e8e33ab101e18b93709eecbb378 (patch)
tree316fb249da535a068162b634c0b3f86411813568 /extra/libXt/build
parent90ff1580f9601691f4bd4d89ecf56ae4195e97cd (diff)
downloadrepository-3a3efdbde1f75e8e33ab101e18b93709eecbb378.tar.gz
libXt: move to extra
Diffstat (limited to 'extra/libXt/build')
-rwxr-xr-xextra/libXt/build8
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