зеркало из https://github.com/mozilla/pjs.git
Start using the NSS_CLIENT_BRANCH instead of the NSS_AUTOCONF_BRANCH for psm2 builds.
This commit is contained in:
Родитель
48f16be52d
Коммит
91932eae31
|
@ -131,7 +131,7 @@ endif
|
|||
DIRS += xpinstall
|
||||
|
||||
ifdef MOZ_PSM
|
||||
DIRS += security security/manager
|
||||
DIRS += security/nss security/manager
|
||||
endif
|
||||
|
||||
ifdef MOZ_EXTENSIONS
|
||||
|
|
|
@ -218,7 +218,7 @@ NSS_CO_MODULE += \
|
|||
mozilla/security/aclocal.m4 \
|
||||
$(NULL)
|
||||
|
||||
NSS_CO_TAG = NSS_AUTOCONF_BRANCH
|
||||
NSS_CO_TAG = NSS_CLIENT_BRANCH
|
||||
endif
|
||||
|
||||
NSS_CO_FLAGS := -P
|
||||
|
|
|
@ -14013,6 +14013,9 @@ fi
|
|||
fi
|
||||
|
||||
if test "$MOZ_PSM"; then
|
||||
if test ! -d security; then
|
||||
rm -rf security; mkdir security
|
||||
fi
|
||||
ac_configure_args="$_SUBDIR_CONFIG_ARGS --with-dist-prefix=$MOZ_BUILD_ROOT/dist --with-mozilla --disable-cmd"
|
||||
|
||||
if test "$no_recursion" != yes; then
|
||||
|
@ -14040,7 +14043,7 @@ if test "$no_recursion" != yes; then
|
|||
esac
|
||||
done
|
||||
|
||||
for ac_config_dir in security; do
|
||||
for ac_config_dir in security/nss; do
|
||||
|
||||
# Do not complain, so a configure script can configure whichever
|
||||
# parts of a large source tree are present.
|
||||
|
|
|
@ -4571,6 +4571,9 @@ if test "$MOZ_LDAP_XPCOM"; then
|
|||
fi
|
||||
|
||||
if test "$MOZ_PSM"; then
|
||||
if test ! -d security; then
|
||||
rm -rf security; mkdir security
|
||||
fi
|
||||
ac_configure_args="$_SUBDIR_CONFIG_ARGS --with-dist-prefix=$MOZ_BUILD_ROOT/dist --with-mozilla --disable-cmd"
|
||||
AC_OUTPUT_SUBDIRS(security)
|
||||
AC_OUTPUT_SUBDIRS(security/nss)
|
||||
fi
|
||||
|
|
Загрузка…
Ссылка в новой задаче