Fix 103976: libjss is built with -taso flag

git-svn-id: svn://10.0.0.236/trunk@104991 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nicolson%netscape.com
2001-10-10 01:34:53 +00:00
parent 2f7d0e0923
commit 7c9beb39ed

View File

@@ -60,15 +60,6 @@ ifeq ($(OS_ARCH), SunOS)
OS_CFLAGS += -v
endif
# Unfortunately, since the DBM and SECURITY libraries were compiled with
# the "-taso" switch (in ns/coreconf/OSF1.mk), we must ALSO compile the
# JSS dynamic libraries with the "-taso" switch (unless USE_64 is specified)
ifeq ($(OS_ARCH), OSF1)
ifneq ($(USE_64), 1)
LD_LIBS += -taso
endif
endif
# Add symbolic binding values to MKSHLIB and LINK_DLL to
# encompass special link options for dynamic libraries