From 7c9beb39ed6779b1dd2e768dcdefeaa08d7dfb77 Mon Sep 17 00:00:00 2001 From: "nicolson%netscape.com" Date: Wed, 10 Oct 2001 01:34:53 +0000 Subject: [PATCH] Fix 103976: libjss is built with -taso flag git-svn-id: svn://10.0.0.236/trunk@104991 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/jss/config/config.mk | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mozilla/security/jss/config/config.mk b/mozilla/security/jss/config/config.mk index 7c4269ae108..07dbea59c2b 100644 --- a/mozilla/security/jss/config/config.mk +++ b/mozilla/security/jss/config/config.mk @@ -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