summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-03-09 22:00:12 +0000
committerJeremy Allison <jra@samba.org>2006-03-09 22:00:12 +0000
commit73fc2d5f0d3d0ec6082164960bf55df94da001c3 (patch)
treec4e7403c48b077e4251fcb8a359ed804b3bfa14e /source/configure.in
parent5b8ae4c94bc4673e7c416d91518881723f5f22b8 (diff)
downloadsamba-73fc2d5f0d3d0ec6082164960bf55df94da001c3.tar.gz
samba-73fc2d5f0d3d0ec6082164960bf55df94da001c3.tar.xz
samba-73fc2d5f0d3d0ec6082164960bf55df94da001c3.zip
r14106: Fix from William Jojo for AIX vfs builds. Thanks Bill !
Jeremy.
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index 6afae948100..08e52ef145b 100644
--- a/source/configure.in
+++ b/source/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