Show
Ignore:
Timestamp:
07/11/08 01:13:42 (5 months ago)
Author:
psmedley
Message:

Update branch to 3.0.31 release

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/configure.in

    r134 r140  
    17681768                *aix*) AC_DEFINE(AIX,1,[Whether the host os is aix]) 
    17691769                        BLDSHARED="true" 
    1770                         LDSHFLAGS="-Wl,-G,-bexpall,-bbigtoc" 
    1771                         DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc" 
     1770                        # use expfull to export underscored symbols 
     1771                        # add rtl to LDSHFLAGS to fix /lib/crt0.o warning 
     1772                        LDSHFLAGS="-Wl,-G,-bexpfull,-bbigtoc,-brtl" 
     1773                        DYNEXP="-Wl,-brtl,-bexpfull,-bbigtoc" 
    17721774                        PICFLAG="-O2" 
    17731775                        # as AIX code is always position independent...