From: Stefan Metzmacher Date: Mon, 9 Jan 2006 22:19:51 +0000 (+0000) Subject: r12805: merge from samba3 X-Git-Tag: samba-4.0.0alpha6~801^3~7516 X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=f3e9868613c4104f31c154030b45985e527c0ba5 r12805: merge from samba3 metze (This used to be commit e6dff57793c302f8537274a628dba8ab01a2fed8) --- diff --git a/source4/build/m4/rewrite.m4 b/source4/build/m4/rewrite.m4 index 5d95fe287d6..92bcdc04143 100644 --- a/source4/build/m4/rewrite.m4 +++ b/source4/build/m4/rewrite.m4 @@ -189,8 +189,8 @@ case "$host_os" in ;; *aix*) AC_DEFINE(AIX,1,[Whether the host os is aix]) BLDSHARED="true" - LDSHFLAGS="-Wl,-bexpall,-bM:SRE,-bnoentry" - DYNEXP="-Wl,-brtl,-bexpall" + LDSHFLAGS="-Wl,-bexpall,-bM:SRE,-bnoentry,-berok" + DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc" PICFLAG="-O2" if test "${GCC}" != "yes"; then ## for funky AIX compiler using strncpy()