diff options
author | Jeremy Allison <jra@samba.org> | 2006-03-09 22:00:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:11:12 -0500 |
commit | 433e17148200ed76da4ece3ee9468862116bcc84 (patch) | |
tree | 3f2138520ddf453af10e99b45ad28440131030f5 /source3 | |
parent | b3d058a0ec9fe6b11246b2ed5a333a1e82ef24b0 (diff) | |
download | samba-433e17148200ed76da4ece3ee9468862116bcc84.tar.gz samba-433e17148200ed76da4ece3ee9468862116bcc84.tar.bz2 samba-433e17148200ed76da4ece3ee9468862116bcc84.zip |
r14106: Fix from William Jojo for AIX vfs builds. Thanks Bill !
Jeremy.
(This used to be commit 7d50966d7f783da41dc9303d7c535bc46564cf09)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 6afae94810..08e52ef145 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1543,7 +1543,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" + LDSHFLAGS="-Wl,-G,-bexpall" DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc" PICFLAGS="-O2" if test "${GCC}" != "yes"; then |