From 6df1c07038b50a4b1bd33357be331faa4c29c5aa Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sun, 4 Apr 1999 08:35:41 +0000 Subject: [PATCH] * ltconfig.in (sunos4*, GNU ld): -Bstatic is not enough for deplibs.test to work with GNU ld; -Bshareable is needed here. --- ChangeLog | 3 +++ ltconfig.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 41cf489ed..8e524f4d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-04-04 Alexandre Oliva + * ltconfig.in (sunos4*, GNU ld): -Bstatic is not enough for + deplibs.test to work with GNU ld; -Bshareable is needed here. + * ltconfig.in (ld_shlibs, amigaos*): Disable shared libs with native ld too. diff --git a/ltconfig.in b/ltconfig.in index b6d2ef667..bdf14c1dd 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1117,7 +1117,7 @@ EOF ;; sunos4*) - archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linkopts' + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linkopts' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no -- 2.47.3