diff --git a/ports/libxml2/build.sh b/ports/libxml2/build.sh index e56179e3..ccd9265d 100755 --- a/ports/libxml2/build.sh +++ b/ports/libxml2/build.sh @@ -10,6 +10,7 @@ CONFIGURE_OPTIONS=( ) configure() { + CFLAGS='-shared-libgcc' \ meson setup \ --reconfigure \ --cross-file "$MESON_CROSS_FILE" \