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