summaryrefslogtreecommitdiff
path: root/source4/build/m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-01-09 22:19:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:58 -0500
commitf3e9868613c4104f31c154030b45985e527c0ba5 (patch)
tree190a8c17e1782304da303eae590e5db8754a3b9b /source4/build/m4
parentf55ea8bb3dca868e21663cd90eaea7a35cd7886c (diff)
downloadsamba-f3e9868613c4104f31c154030b45985e527c0ba5.tar.gz
samba-f3e9868613c4104f31c154030b45985e527c0ba5.tar.bz2
samba-f3e9868613c4104f31c154030b45985e527c0ba5.zip
r12805: merge from samba3
metze (This used to be commit e6dff57793c302f8537274a628dba8ab01a2fed8)
Diffstat (limited to 'source4/build/m4')
-rw-r--r--source4/build/m4/rewrite.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/m4/rewrite.m4 b/source4/build/m4/rewrite.m4
index 5d95fe287d..92bcdc0414 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()