1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r12802: Fix for bugzilla #3389 from William Jojo. This fixes failures on AIX in

linking smbd when the symbol table for ld exceeds 65536 bytes.
This commit is contained in:
Tim Potter 2006-01-09 21:58:40 +00:00 committed by Gerald (Jerry) Carter
parent f19f7961ee
commit 679fc45935

View File

@ -1460,7 +1460,7 @@ if test "$enable_shared" = "yes"; then
*aix*) AC_DEFINE(AIX,1,[Whether the host os is aix])
BLDSHARED="true"
LDSHFLAGS="-Wl,-bexpall,-bM:SRE,-bnoentry,-berok"
DYNEXP="-Wl,-brtl,-bexpall"
DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc"
PICFLAGS="-O2"
if test "${GCC}" != "yes"; then
## for funky AIX compiler using strncpy()