Ignore:
Timestamp:
Jul 11, 2008, 1:13:42 AM (17 years ago)
Author:
Paul Smedley
Message:

Update branch to 3.0.31 release

File:
1 edited

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...
Note: See TracChangeset for help on using the changeset viewer.