forked from Bananymous/banan-os
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() {
|
configure() {
|
||||||
|
CFLAGS='-shared-libgcc' \
|
||||||
meson setup \
|
meson setup \
|
||||||
--reconfigure \
|
--reconfigure \
|
||||||
--cross-file "$MESON_CROSS_FILE" \
|
--cross-file "$MESON_CROSS_FILE" \
|
||||||
|
|||||||
Reference in New Issue
Block a user