mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Fix the SunOS4 shared lib linking problem. Probably ought to be done more elegantly, though....
This commit is contained in:
parent
dc0be427fa
commit
a3afcf25ae
@ -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=''
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user