Apply the following changes from the main trunk:
authorRichard Levitte <levitte@openssl.org>
Wed, 14 Nov 2001 10:08:55 +0000 (10:08 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 14 Nov 2001 10:08:55 +0000 (10:08 +0000)
2001-06-05 06:41  levitte

* Makefile.org (1.137): Small detail about AIX forgotten...

Makefile.org

index c6c2074806dd978619d3af44f26391bb9dbb6169..e7a2633445527a6beed8e31f98f113a06d98a3cd 100644 (file)
@@ -368,7 +368,7 @@ do_hpux64-shared:
 #  HP/UX-32bit: +vnocompatwarnings -b -z +s \
 #              +h lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR}
 #  HP/UX-64bit: -b -z +h lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR}
-#  AIX:                -bE:lib$$i.exp -bM:SRE
+#  AIX:                -G -bE:lib$$i.exp -bM:SRE
 # SHAREDCMD would be:
 #  GNU systems: $(CC)
 #  Tru64 Unix:  $(CC)
@@ -378,7 +378,7 @@ do_hpux64-shared:
 #  HP/UX-64bit: /usr/ccs/bin/ld
 #  AIX:                $(CC)
 ALLSYMSFLAG=-bnogc
-SHAREDFLAGS=-bE:lib$$i.exp -bM:SRE
+SHAREDFLAGS=-G -bE:lib$$i.exp -bM:SRE
 SHAREDCMD=$(CC)
 do_aix-shared:
        libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \