ports/libxml2: Configure with -shared-libgcc

otherwise it doesn't seem to find libiconv due to __divdc3
This commit is contained in:
Bananymous 2026-03-23 19:09:33 +02:00
parent 64d3a5c8b7
commit 5be9bc64a2
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ CONFIGURE_OPTIONS=(
)
configure() {
CFLAGS='-shared-libgcc' \
meson setup \
--reconfigure \
--cross-file "$MESON_CROSS_FILE" \