mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
Update NSS to 3.48 while keeping vc2013 hackfix and no-sslkeylogfile intact.
This commit is contained in:
parent
0b9855b841
commit
171849c8e5
351 changed files with 115185 additions and 57946 deletions
|
|
@ -86,16 +86,14 @@ endif
|
|||
ifdef NS_USE_GCC
|
||||
NSPR_CONFIGURE_ENV = CC=gcc CXX=g++
|
||||
endif
|
||||
# Make sure to remove -arch arguments. NSPR can't handle that.
|
||||
remove_arch = $(filter-out __REMOVEME%,$(subst $(NULL) -arch , __REMOVEME,$(1)))
|
||||
ifdef CC
|
||||
NSPR_CONFIGURE_ENV = CC="$(CC)"
|
||||
NSPR_CONFIGURE_ENV = CC="$(call remove_arch,$(CC))"
|
||||
endif
|
||||
ifdef CCC
|
||||
NSPR_CONFIGURE_ENV += CXX="$(CCC)"
|
||||
NSPR_CONFIGURE_ENV += CXX="$(call remove_arch,$(CCC))"
|
||||
endif
|
||||
# Remove -arch definitions. NSPR can't handle that.
|
||||
NSPR_CONFIGURE_ENV := $(filter-out -arch x86_64,$(NSPR_CONFIGURE_ENV))
|
||||
NSPR_CONFIGURE_ENV := $(filter-out -arch i386,$(NSPR_CONFIGURE_ENV))
|
||||
NSPR_CONFIGURE_ENV := $(filter-out -arch ppc,$(NSPR_CONFIGURE_ENV))
|
||||
|
||||
#
|
||||
# Some pwd commands on Windows (for example, the pwd
|
||||
|
|
@ -137,6 +135,7 @@ endif
|
|||
|
||||
build_nspr: $(NSPR_CONFIG_STATUS)
|
||||
$(MAKE) -C $(CORE_DEPTH)/../nspr/$(OBJDIR_NAME)
|
||||
$(MAKE) -C $(CORE_DEPTH)/../nspr/$(OBJDIR_NAME)/pr/tests
|
||||
|
||||
install_nspr: build_nspr
|
||||
$(MAKE) -C $(CORE_DEPTH)/../nspr/$(OBJDIR_NAME) install
|
||||
|
|
@ -157,4 +156,3 @@ package:
|
|||
|
||||
latest:
|
||||
echo $(OBJDIR_NAME) > $(CORE_DEPTH)/../dist/latest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue