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:
parent
f19f7961ee
commit
679fc45935
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user