summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulien.pierre.bugs%sun.com <devnull@localhost>2005-11-14 00:13:41 +0000
committerjulien.pierre.bugs%sun.com <devnull@localhost>2005-11-14 00:13:41 +0000
commite7656ba62a2fcf874bf8c356c7e083c1d318735f (patch)
tree6382e10bbff7aef7d98ea8602aee02ce5ab65325
parent0db862f7eb9fab29ffc8932540cee1db60a71331 (diff)
downloadnss-hg-e7656ba62a2fcf874bf8c356c7e083c1d318735f.tar.gz
Fix for bug 316219. Don't build an import library on OS/2. r=wtchang
-rw-r--r--security/nss/lib/freebl/config.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/nss/lib/freebl/config.mk b/security/nss/lib/freebl/config.mk
index 0f41e017f..ecbc9373f 100644
--- a/security/nss/lib/freebl/config.mk
+++ b/security/nss/lib/freebl/config.mk
@@ -70,6 +70,7 @@ else
TARGETS = $(SHARED_LIBRARY)
LIBRARY =
+IMPORT_LIBRARY =
PROGRAM =
EXTRA_LIBS += $(DIST)/lib/$(LIB_PREFIX)secutil.$(LIB_SUFFIX)
@@ -78,8 +79,6 @@ ifeq (,$(filter-out WIN%,$(OS_TARGET)))
# don't want the 32 in the shared library name
SHARED_LIBRARY = $(OBJDIR)/$(DLL_PREFIX)$(LIBRARY_NAME)$(LIBRARY_VERSION).$(DLL_SUFFIX)
-#IMPORT_LIBRARY = $(OBJDIR)/$(IMPORT_LIB_PREFIX)$(LIBRARY_NAME)$(LIBRARY_VERSION)$(IMPORT_LIB_SUFFIX)
-IMPORT_LIBRARY =
RES = $(OBJDIR)/$(LIBRARY_NAME).res
RESNAME = freebl.rc