From 6cb33a54670e8e111781273ffbe45c36ed51e05f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 28 Sep 2006 15:12:44 +0000 Subject: r18975: follow the advice from "William Jojo" and pass -bbigtoc also to the linker when building shared libs metze (This used to be commit 9c77de282107d28362497aff60fed81e77620a87) --- source4/build/m4/check_ld.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/build/m4/check_ld.m4 b/source4/build/m4/check_ld.m4 index 3c8644dda9..515c720c06 100644 --- a/source4/build/m4/check_ld.m4 +++ b/source4/build/m4/check_ld.m4 @@ -95,7 +95,7 @@ case "$host_os" in ;; *aix*) BLDSHARED="true" - SHLD_FLAGS="-Wl,-G,-bexpall" + SHLD_FLAGS="-Wl,-G,-bexpall,-bbigtoc" LDFLAGS="-Wl,-brtl,-bexpall,-bbigtoc" # as AIX code is always position independent... PICFLAG="-O2" -- cgit