Skip to content

Commit 354b2f0

Browse files
committed
versioning.sh: add libunistring for 7.2.*
1 parent f12dcf2 commit 354b2f0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/versioning.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,16 @@ function application_build_versioned_components()
255255
# https://github.com/libffi/libffi/releases
256256
libffi_build "3.4.4" # "3.4.2"
257257

258+
# Without it gettext fails:
259+
# Undefined symbols for architecture x86_64:
260+
# "_gl_get_setlocale_null_lock", referenced from:
261+
# _libgettextpo_setlocale_null_r in setlocale_null.o
262+
# ld: symbol(s) not found for architecture x86_64
263+
# clang-16: error: linker command failed with exit code 1 (use -v to see invocation)
264+
265+
# https://ftp.gnu.org/gnu/libunistring/
266+
libunistring_build "1.1"
267+
258268
# required by glib
259269
# https://ftp.gnu.org/pub/gnu/gettext/
260270
gettext_build "0.21"

0 commit comments

Comments
 (0)