aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcore/otools/build7
-rw-r--r--core/otools/checksums2
-rw-r--r--core/otools/sources2
-rw-r--r--core/otools/version2
4 files changed, 5 insertions, 8 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
diff --git a/core/otools/checksums b/core/otools/checksums
index 75b20da9..fccd5dc8 100644
--- a/core/otools/checksums
+++ b/core/otools/checksums
@@ -1 +1 @@
-117ec008b3f33ee7f674ff99f5f2ce589cb2eb3d83706bab61ef281d48ee2d9f 1.2.tar.gz
+15a9b90919b7eaf28a64818c4c843108d7c7565027f6e33b0d99e9c256a6646d 1.3.1.tar.gz
diff --git a/core/otools/sources b/core/otools/sources
index 5865d4e4..0967ce51 100644
--- a/core/otools/sources
+++ b/core/otools/sources
@@ -1 +1 @@
-https://github.com/CarbsLinux/otools/archive/1.2.tar.gz
+https://github.com/CarbsLinux/otools/archive/1.3.1.tar.gz
diff --git a/core/otools/version b/core/otools/version
index f76d8346..957d07e2 100644
--- a/core/otools/version
+++ b/core/otools/version
@@ -1 +1 @@
-1.2 1
+1.3.1 1