aboutsummaryrefslogtreecommitdiff
path: root/core/otools/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-03-13 14:11:10 +0300
committerCem Keylan <cem@ckyln.com>2021-03-13 14:11:10 +0300
commit6df1544df84f33d2fa9aeec40e1e0600ec583ddf (patch)
treeb46649dd155ad42ddfef0bafab4fd71908aa64d2 /core/otools/build
parent87ff976e18166780535c0d0d79d44e5675146009 (diff)
downloadrepository-6df1544df84f33d2fa9aeec40e1e0600ec583ddf.tar.gz
otools: bump to 1.3.1
Diffstat (limited to 'core/otools/build')
-rwxr-xr-xcore/otools/build7
1 files changed, 2 insertions, 5 deletions
diff --git a/core/otools/build b/core/otools/build
index 71b410c4..45da9bf9 100755
--- a/core/otools/build
+++ b/core/otools/build
@@ -1,8 +1,5 @@
#!/bin/sh -e
-:> testfile
-less -F -T testfile testfile 2>/dev/null && echo CFLAGS += -DHAVE_LESS_T >> config.mk
-rm -f testfile
-
-make
+FTS=0; cpt l musl-fts && FTS=1
+make LDFLAGS=-static FTS="$FTS"
make PREFIX=/usr DESTDIR="$1" install