diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-28 15:12:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:20:26 -0500 |
commit | 6cb33a54670e8e111781273ffbe45c36ed51e05f (patch) | |
tree | 6f23e5528faf5af921484d361b9cc932a15da1af | |
parent | 1d156f947903630e1bfcc7fc3debb9b777773ad4 (diff) | |
download | samba-6cb33a54670e8e111781273ffbe45c36ed51e05f.tar.gz samba-6cb33a54670e8e111781273ffbe45c36ed51e05f.tar.bz2 samba-6cb33a54670e8e111781273ffbe45c36ed51e05f.zip |
r18975: follow the advice from "William Jojo" <jojowil@hvcc.edu>
and pass -bbigtoc also to the linker when building shared libs
metze
(This used to be commit 9c77de282107d28362497aff60fed81e77620a87)
-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" |