Author: metze
Date: 2006-09-28 15:13:08 +0000 (Thu, 28 Sep 2006)
New Revision: 18976

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18976

Log:
follow the advice from "William Jojo" <[EMAIL PROTECTED]>
and pass -bbigtoc also to the linker when building shared libs

metze
Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in      2006-09-28 15:12:44 UTC (rev 
18975)
+++ branches/SAMBA_3_0/source/configure.in      2006-09-28 15:13:08 UTC (rev 
18976)
@@ -1728,7 +1728,7 @@
                        ;;
                *aix*) AC_DEFINE(AIX,1,[Whether the host os is aix])
                        BLDSHARED="true"
-                       LDSHFLAGS="-Wl,-G,-bexpall"
+                       LDSHFLAGS="-Wl,-G,-bexpall,-bbigtoc"
                        DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc"
                        PICFLAGS="-O2"
                        # as AIX code is always position independent...

Reply via email to