Changeset 140 for branches/samba-3.0/source/configure.in
- Timestamp:
- Jul 11, 2008, 1:13:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/configure.in
r134 r140 1768 1768 *aix*) AC_DEFINE(AIX,1,[Whether the host os is aix]) 1769 1769 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" 1772 1774 PICFLAG="-O2" 1773 1775 # as AIX code is always position independent...
Note:
See TracChangeset
for help on using the changeset viewer.