From e07df9be38de23f054fa06da8d6bb9929fe766e1 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 28 Sep 2006 15:13:08 +0000 Subject: r18976: follow the advice from "William Jojo" and pass -bbigtoc also to the linker when building shared libs metze (This used to be commit 4948b676a804a5a250d464a7848420ed79cb52b2) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index df808f5257..db92a8393e 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1728,7 +1728,7 @@ case "$host_os" in ;; *aix*) AC_DEFINE(AIX,1,[Whether the host os is aix]) BLDSHARED="true" - LDSHFLAGS="-Wl,-G,-bexpall" + LDSHFLAGS="-Wl,-G,-bexpall,-bbigtoc" DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc" PICFLAGS="-O2" # as AIX code is always position independent... -- cgit