зеркало из https://github.com/mozilla/gecko-dev.git
Removing xpcom dependency upon unicharutil.
Fixing tinderbox bustage. Bug #100214 r=alecf
This commit is contained in:
Родитель
3cd4563bd8
Коммит
0df234f6a5
|
@ -94,6 +94,7 @@ REQUIRES = nspr \
|
|||
pippki \
|
||||
xpconnect \
|
||||
jar \
|
||||
unicharutil \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_LIBS = $(NSS_LIBS)
|
||||
|
@ -115,6 +116,7 @@ EXTRA_DSO_LDOPTS += $(sort $(EXTRA_LIBS))
|
|||
endif
|
||||
|
||||
EXTRA_DSO_LDOPTS += \
|
||||
$(MOZ_UNICHARUTIL_LIBS) \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
$(MOZ_JS_LIBS) \
|
||||
$(NULL)
|
||||
|
|
|
@ -67,6 +67,7 @@ REQUIRES = \
|
|||
jar \
|
||||
layout_xul \
|
||||
gfx \
|
||||
unicharutil \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)/config/config.mak>
|
||||
|
@ -97,6 +98,7 @@ SUB_LIBRARIES = \
|
|||
|
||||
LLIBS = \
|
||||
$(LIBNSPR) \
|
||||
$(DIST)\lib\unicharutil_s.lib \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(DIST)\lib\js3250.lib \
|
||||
$(NULL)
|
||||
|
|
|
@ -41,6 +41,7 @@ extern "C" {
|
|||
#include "nsINSSDialogs.h"
|
||||
#include "nsKeygenThread.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
|
||||
//These defines are taken from the PKCS#11 spec
|
||||
#define CKM_RSA_PKCS_KEY_PAIR_GEN 0x00000000
|
||||
|
|
Загрузка…
Ссылка в новой задаче