1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00

r18976: follow the advice from "William Jojo" <jojowil@hvcc.edu>

and pass -bbigtoc also to the linker when building shared libs

metze
This commit is contained in:
Stefan Metzmacher 2006-09-28 15:13:08 +00:00 committed by Gerald (Jerry) Carter
parent 3367e306e6
commit 4948b676a8

View File

@ -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...