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