mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-22 21:37:35 -08:00
Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/729874 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
17 lines
634 B
Diff
17 lines
634 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -4721,10 +4733,10 @@ test "$make_type" = "GNU Make" && GNUMAKE=''
|
|
$as_echo "$make_type" >&6; }
|
|
|
|
|
|
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -export-dynamic" >&5
|
|
-$as_echo_n "checking whether the linker accepts -export-dynamic... " >&6; }
|
|
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -rdynamic" >&5
|
|
+$as_echo_n "checking whether the linker accepts -rdynamic... " >&6; }
|
|
OLDLDFLAGS=$LDFLAGS
|
|
-LDFLAGS="$LDFLAGS -export-dynamic"
|
|
+LDFLAGS="$LDFLAGS -rdynamic"
|
|
if test "$cross_compiling" = yes; then :
|
|
ac_export_dynamic=no
|
|
else
|