Skip to content

Commit

Permalink
delete libunistring and libiconv
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jan 13, 2024
1 parent 0385d6a commit 73738e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
4 changes: 0 additions & 4 deletions _build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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_}"
Expand Down
20 changes: 0 additions & 20 deletions _dl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,6 @@ cat <<EOF
"sig": ".sig",
"keys": "A3CC9C870B9D310ABAD4CF2F51722B08FE4745A2"
},
{
"name": "libunistring",
"url": "https://ftp.gnu.org/gnu/libunistring/libunistring-{ver}.tar.xz",
"sig": ".sig",
"keys": "9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D"
},
{
"name": "libiconv",
"url": "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-{ver}.tar.gz",
"sig": ".sig",
"keys": "9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D"
},
{
"name": "libpsl",
"url": "https://github.com/rockdaboot/libpsl/archive/refs/tags/{ver}.tar.gz",
Expand Down Expand Up @@ -787,14 +775,6 @@ if [[ "${_DEPS}" = *'libidn2'* ]]; then
live_dl libidn2 "${LIBIDN2_VER_}"
live_xt libidn2 "${LIBIDN2_HASH}"
fi
if [[ "${_DEPS}" = *'libunistring'* ]]; then
live_dl libunistring "${LIBUNISTRING_VER_}"
live_xt libunistring "${LIBUNISTRING_HASH}"
fi
if [[ "${_DEPS}" = *'libiconv'* ]]; then
live_dl libiconv "${LIBICONV_VER_}"
live_xt libiconv "${LIBICONV_HASH}"
fi
if [[ "${_DEPS}" = *'libpsl'* ]]; then
live_dl libpsl "${LIBPSL_VER_}"
live_xt libpsl "${LIBPSL_HASH}"
Expand Down
7 changes: 0 additions & 7 deletions libidn2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ _VER="$1"
export LDFLAGS="${_LDFLAGS_GLOBAL} ${_LDFLAGS_GLOBAL_AUTOTOOLS}"
export LIBS=''

if [[ "${_DEPS}" = *'libiconv'* ]] && [ -d "../libiconv/${_PP}" ]; then
options+=" --with-libiconv-prefix=${_TOP}/libiconv/${_PP}"
fi
if [[ "${_DEPS}" = *'libunistring'* ]] && [ -d "../libunistring/${_PP}" ]; then
options+=" --with-libunistring-prefix=${_TOP}/libunistring/${_PP}"
fi

(
mkdir "${_BLDDIR}"; cd "${_BLDDIR}"
# shellcheck disable=SC2086
Expand Down

0 comments on commit 73738e8

Please sign in to comment.