Skip to content

Commit 36f6b35

Browse files
committed
versioning.sh: add libunistring_build
1 parent 06dbd92 commit 36f6b35

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

scripts/versioning.sh

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function application_build_versioned_components()
6161
jpeg_build "9e"
6262

6363
# https://gitlab.gnome.org/GNOME/libxml2/-/releases
64-
libxml2_build "2.11.5" # "2.10.3" # "2.10.2"
64+
libxml2_build "2.11.5" # "2.10.3"
6565

6666
if false # [ "${XBB_REQUESTED_HOST_PLATFORM}" == "darwin" ]
6767
then
@@ -77,6 +77,16 @@ function application_build_versioned_components()
7777
# https://github.com/libffi/libffi/releases
7878
libffi_build "3.4.4"
7979

80+
# Without it gettext fails:
81+
# Undefined symbols for architecture x86_64:
82+
# "_gl_get_setlocale_null_lock", referenced from:
83+
# _libgettextpo_setlocale_null_r in setlocale_null.o
84+
# ld: symbol(s) not found for architecture x86_64
85+
# clang-16: error: linker command failed with exit code 1 (use -v to see invocation)
86+
87+
# https://ftp.gnu.org/gnu/libunistring/
88+
libunistring_build "1.1"
89+
8090
# required by glib
8191
# https://ftp.gnu.org/pub/gnu/gettext/
8292
gettext_build "0.22" # "0.21"

0 commit comments

Comments
 (0)