Fix the SunOS4 shared lib linking problem. Probably ought to be done more elegantly, though....

This commit is contained in:
briano%netscape.com 1999-03-03 00:31:42 +00:00
Родитель dc0be427fa
Коммит a3afcf25ae
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -164,6 +164,7 @@ dnl MKSHLIB='$(LD) $(DSO_LDOPTS)'
*-*-sunos*)
dnl Assumes the native ld is being used.
DSO_LDOPTS=''
MKSHLIB='ld $(DSO_LDOPTS)'
MKSHLIB_FORCE_ALL=''
MKSHLIB_UNFORCE_ALL=''
;;