From 433e17148200ed76da4ece3ee9468862116bcc84 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 9 Mar 2006 22:00:12 +0000 Subject: [PATCH] r14106: Fix from William Jojo for AIX vfs builds. Thanks Bill ! Jeremy. (This used to be commit 7d50966d7f783da41dc9303d7c535bc46564cf09) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/configure.in b/source3/configure.in index 6afae948100..08e52ef145b 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 -- 2.11.4.GIT