r12805: merge from samba3
authorStefan Metzmacher <metze@samba.org>
Mon, 9 Jan 2006 22:19:51 +0000 (22:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:49:58 +0000 (13:49 -0500)
metze
(This used to be commit e6dff57793c302f8537274a628dba8ab01a2fed8)

source4/build/m4/rewrite.m4

index 5d95fe287d68b1da2018df753ac531325e7cac4d..92bcdc04143fc5127db53db8e1d0422b4450c2a1 100644 (file)
@@ -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()