ports/libxml2: Configure with -shared-libgcc
otherwise it doesn't seem to find libiconv due to __divdc3
This commit is contained in:
@@ -10,6 +10,7 @@ CONFIGURE_OPTIONS=(
|
||||
)
|
||||
|
||||
configure() {
|
||||
CFLAGS='-shared-libgcc' \
|
||||
meson setup \
|
||||
--reconfigure \
|
||||
--cross-file "$MESON_CROSS_FILE" \
|
||||
|
||||
Reference in New Issue
Block a user