mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 08:57:34 +09:00
nss: update in-tree zlib to 1.2.11 with CVE-2018-25032 fix
This commit is contained in:
parent
7f4e10147f
commit
21d56c9c93
32 changed files with 3020 additions and 2858 deletions
|
|
@ -25,7 +25,12 @@ include $(CORE_DEPTH)/coreconf/config.mk
|
|||
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
include config.mk
|
||||
EXTRA_LIBS = $(LIBRARY)
|
||||
|
||||
ifneq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DHAVE_UNISTD_H
|
||||
endif
|
||||
DEFINES += -DHAVE_STDARG_H
|
||||
|
||||
#######################################################################
|
||||
# (5) Execute "global" rules. (OPTIONAL) #
|
||||
|
|
@ -43,7 +48,6 @@ include $(CORE_DEPTH)/coreconf/rules.mk
|
|||
# (7) Execute "local" rules. (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
export:: private_export
|
||||
|
||||
test: $(PROGRAMS)
|
||||
@cd $(OBJDIR); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue