Grab NSS headers from directory "nss" instead of directory "security".

This commit is contained in:
nicolson%netscape.com 2002-06-12 20:11:22 +00:00
Родитель 6432d07503
Коммит 162f234bdc
7 изменённых файлов: 6 добавлений и 19 удалений

Просмотреть файл

@ -75,18 +75,5 @@ include $(CORE_DEPTH)/coreconf/rules.mk
include rules.mk
#
# The public NSS headers from an NSS binary release are now unpacked in
# the mozilla/dist/public/nss directory; they were unpacked in the
# mozilla/dist/public/security directory before. If we build NSS from
# source, NSS still installs its headers in mozilla/dist/public/security.
# To allow JSS to work with either an NSS binary release or an NSS built
# from source, we rename mozilla/dist/public/nss to
# mozilla/dist/public/security after unpacking a binary release.
#
build_coreconf:
cd $(CORE_DEPTH)/coreconf ; $(MAKE)
import::
if test -d $(SOURCE_XP_DIR)/public/nss; then rm -rf $(SOURCE_XP_DIR)/public/security; mv $(SOURCE_XP_DIR)/public/nss $(SOURCE_XP_DIR)/public/security; fi

Просмотреть файл

@ -37,7 +37,7 @@ MODULE = jss
NS_USE_JDK = 1
REQUIRES = nspr20 security
REQUIRES = nspr20 nss
PACKAGE = org/mozilla/jss/crypto

Просмотреть файл

@ -37,7 +37,7 @@ NS_USE_JDK = 1
MODULE = jss
REQUIRES = nspr20 security
REQUIRES = nspr20 nss
DIRS = \
util \

Просмотреть файл

@ -37,7 +37,7 @@ MODULE = jss
NS_USE_JDK = 1
REQUIRES = nspr20 security
REQUIRES = nspr20 nss
PACKAGE = org/mozilla/jss/pkcs11

Просмотреть файл

@ -37,7 +37,7 @@ MODULE = jss
NS_USE_JDK = 1
REQUIRES = nspr20 security
REQUIRES = nspr20 nss
PACKAGE = org/mozilla/jss/provider/java/security/

Просмотреть файл

@ -37,7 +37,7 @@ MODULE = jss
NS_USE_JDK = 1
REQUIRES = security
REQUIRES = nspr20 nss
PACKAGE = org/mozilla/jss/ssl

Просмотреть файл

@ -37,7 +37,7 @@ MODULE = jss
NS_USE_JDK = 1
REQUIRES = nspr20 security
REQUIRES = nspr20 nss
PACKAGE = org/mozilla/jss/util