From 73738e89a3a17fdf58b46bdacb4abfda609e0aac Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 13 Jan 2024 21:34:07 +0000 Subject: [PATCH] delete libunistring and libiconv --- _build.sh | 4 ---- _dl.sh | 20 -------------------- libidn2.sh | 7 ------- 3 files changed, 31 deletions(-) diff --git a/_build.sh b/_build.sh index 704d08cf4..424541f87 100755 --- a/_build.sh +++ b/_build.sh @@ -169,8 +169,6 @@ set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o p # zstd cmake # brotli cmake # cares cmake -# libunistring autotools -# libiconv autotools # libidn2 autotools # libpsl autotools # gsasl autotools @@ -1620,8 +1618,6 @@ build_single_target() { bld zstd "${ZSTD_VER_}" bld brotli "${BROTLI_VER_}" bld cares "${CARES_VER_}" - bld libunistring "${LIBUNISTRING_VER_}" - bld libiconv "${LIBICONV_VER_}" bld libidn2 "${LIBIDN2_VER_}" bld libpsl "${LIBPSL_VER_}" bld nghttp3 "${NGHTTP3_VER_}" diff --git a/_dl.sh b/_dl.sh index 4135d8c46..416fe9c9a 100755 --- a/_dl.sh +++ b/_dl.sh @@ -66,18 +66,6 @@ cat <