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

    r134 r140  
    3971439714 
    3971539715                        BLDSHARED="true" 
    39716                         LDSHFLAGS="-Wl,-G,-bexpall,-bbigtoc" 
    39717                         DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc" 
     39716                        # use expfull to export underscored symbols 
     39717                        # add rtl to LDSHFLAGS to fix /lib/crt0.o warning 
     39718                        LDSHFLAGS="-Wl,-G,-bexpfull,-bbigtoc,-brtl" 
     39719                        DYNEXP="-Wl,-brtl,-bexpfull,-bbigtoc" 
    3971839720                        PICFLAG="-O2" 
    3971939721                        # as AIX code is always position independent...