diff options
Diffstat (limited to 'source4/build/m4')
-rw-r--r-- | source4/build/m4/check_ld.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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" |