Workaround for the shortcomings of the SunOS 4.x loader.

This commit is contained in:
briano%netscape.com 1999-07-01 02:15:13 +00:00
parent e00f9dcee8
commit 9933b1da85

View File

@ -480,9 +480,9 @@ dnl the qsort routine under solaris is faulty
*-sunos*)
AS='$(CC)'
ASFLAGS='$(CFLAGS)'
DSO_LDOPTS=''
MKSHLIB='$(LD) $(DSO_LDOPTS)'
MKCSHLIB='$(LD) $(DSO_LDOPTS)'
DSO_LDOPTS='-Bdynamic'
MKSHLIB='-$(LD) $(DSO_LDOPTS)'
MKCSHLIB='-$(LD) $(DSO_LDOPTS)'
;;
esac