File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments