mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +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:
parent
3367e306e6
commit
4948b676a8
@ -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...
|
||||
|
Loading…
x
Reference in New Issue
Block a user