aboutsummaryrefslogtreecommitdiff
path: root/core/otools
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-22 10:36:07 +0300
committerCem Keylan <cem@ckyln.com>2021-07-22 10:36:07 +0300
commit234c8f7245c9e6b0b10a1786667c020d881f8964 (patch)
tree2484607b956ac6996b562604de6bba72aed0f54d /core/otools
parent0d12ac966f233365e50412e83c5c2a9d856fb940 (diff)
downloadrepository-234c8f7245c9e6b0b10a1786667c020d881f8964.tar.gz
otools: bump to 1.4.1
Diffstat (limited to 'core/otools')
-rwxr-xr-xcore/otools/build20
-rw-r--r--core/otools/checksums2
-rw-r--r--core/otools/depends2
-rw-r--r--core/otools/sources2
-rw-r--r--core/otools/version2
5 files changed, 10 insertions, 18 deletions
diff --git a/core/otools/build b/core/otools/build
index 2e76b3e4..4d7e2044 100755
--- a/core/otools/build
+++ b/core/otools/build
@@ -1,18 +1,10 @@
#!/bin/sh -e
-FTS=0; cpt l musl-fts && FTS=1
+export LDFLAGS="$LDFLAGS -static"
-# Remove symbolic link substitution on pax
-sed -i 's|IS_LINK|IS_HARDLINK|' bin/pax/pat_rep.c
+./configure \
+ --prefix=/usr \
+ --with-system-zlib
-mk() {
- make \
- PREFIX=/usr \
- TLSLIB="$(pkgconf --static --libs libtls)" \
- LDFLAGS="$LDFLAGS -static" \
- FTS="$FTS" \
- "$@"
-}
-
-mk
-mk DESTDIR="$1" install
+make
+make DESTDIR="$1" install
diff --git a/core/otools/checksums b/core/otools/checksums
index 971c2768..7b2a679e 100644
--- a/core/otools/checksums
+++ b/core/otools/checksums
@@ -1 +1 @@
-6bb679c942e9234bce074e51f1fb0990de1199a17c0ac745bc38c02bc043b4aa otools-1.4.0.tar.gz
+a2494b2ce0020e210b0409c12b3b30c4f42bc3c9968215fac92360941f656684 otools-1.4.1.tar.gz
diff --git a/core/otools/depends b/core/otools/depends
index 0c25cd78..a82eb1a3 100644
--- a/core/otools/depends
+++ b/core/otools/depends
@@ -1,2 +1,2 @@
-libtls-bearssl make
+libressl make
zlib make
diff --git a/core/otools/sources b/core/otools/sources
index a1d01019..dd39cc16 100644
--- a/core/otools/sources
+++ b/core/otools/sources
@@ -1 +1 @@
-https://git.carbslinux.org/otools/snapshot/otools-1.4.0.tar.gz
+https://git.carbslinux.org/otools/snapshot/otools-1.4.1.tar.gz
diff --git a/core/otools/version b/core/otools/version
index bf41768f..e187c17e 100644
--- a/core/otools/version
+++ b/core/otools/version
@@ -1 +1 @@
-1.4.0 1
+1.4.1 1