Added appropriate defs so that gcc works on HPUX. Using LD to link shared libs now on HP only.

git-svn-id: svn://10.0.0.236/trunk@46358 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pepper%netscape.com 1999-09-08 18:47:38 +00:00
parent 67560c46b7
commit faed7ebdf4

View File

@ -582,6 +582,10 @@ case "$target" in
DSO_LDOPTS='-b -E -L$(DIST)/bin'
DSO_CFLAGS=""
DSO_PIC_CFLAGS="+Z"
else
DSO_LDOPTS='-b -E -L$(DIST)/bin -L$(DIST)/lib'
MKSHLIB='$(LD) $(DSO_LDOPTS)'
MKCSHLIB='$(LD) $(DSO_LDOPTS)'
fi
AC_DEFINE(NSCAP_DISABLE_DEBUG_PTR_TYPES)
;;