From 6df1544df84f33d2fa9aeec40e1e0600ec583ddf Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 13 Mar 2021 14:11:10 +0300 Subject: otools: bump to 1.3.1 --- core/otools/build | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'core/otools/build') 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 -- cgit v1.2.3