Commit 1884fcb75d8873c5c986cecaf07a0fc3a5ba48a1
Don't fail if can't export dynamic symbols
This is a bugfix branch, so better to not things completely than to
cause build failures.
Author: xaizek
Author date (UTC): 2026-05-26 18:02
Committer name: xaizek
Committer date (UTC): 2026-05-26 18:02
Parent(s): 094ae2ab55033d32ac0c71d0b4441a024050b7f8
Signing key: 99DC5E4DB05F6BE2
Tree: 86347b49b5df8ddbdf272ef3a9fcef5a9e9f8523
| File configure changed (mode: 100755) (index 06023241e..e4bc3cf48) |
| ... |
... |
fi |
| 9458 |
9458 |
|
|
| 9459 |
9459 |
fi |
fi |
| 9460 |
9460 |
if test -z "$export_all_opt"; then |
if test -z "$export_all_opt"; then |
| 9461 |
|
as_fn_error $? "Linker doesn't support -E flag or an equivalent." "$LINENO" 5 |
|
|
9461 |
|
{ printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: Linker doesn't support -E flag or an equivalent." >&5 |
|
9462 |
|
printf '%s\n' "$as_me: WARNING: Linker doesn't support -E flag or an equivalent." >&2;} |
| 9462 |
9463 |
fi |
fi |
| 9463 |
9464 |
LDFLAGS="$LDFLAGS $export_all_opt" |
LDFLAGS="$LDFLAGS $export_all_opt" |
| 9464 |
9465 |
fi |
fi |
| File configure.ac changed (mode: 100644) (index 4f9913b19..a2e101081) |
| ... |
... |
else |
| 442 |
442 |
[export_all_opt=-Wl,-export_dynamic]) |
[export_all_opt=-Wl,-export_dynamic]) |
| 443 |
443 |
fi |
fi |
| 444 |
444 |
if test -z "$export_all_opt"; then |
if test -z "$export_all_opt"; then |
| 445 |
|
AC_MSG_ERROR([Linker doesn't support -E flag or an equivalent.]) |
|
|
445 |
|
AC_MSG_WARN([Linker doesn't support -E flag or an equivalent.]) |
| 446 |
446 |
fi |
fi |
| 447 |
447 |
LDFLAGS="$LDFLAGS $export_all_opt" |
LDFLAGS="$LDFLAGS $export_all_opt" |
| 448 |
448 |
fi |
fi |