зеркало из https://github.com/mozilla/pjs.git
Link order matters.
Fixing irix tinderbox bustage.
This commit is contained in:
Родитель
7727bc2fb6
Коммит
51fe74d152
|
@ -143,11 +143,6 @@ LIBS += $(STATIC_EXTRA_LIBS)
|
|||
endif
|
||||
|
||||
# If you change anything that mozilla links to, please talk to dougt@netscape.com
|
||||
LIBS += \
|
||||
$(MOZ_JS_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
ifdef GRE_BUILD
|
||||
LIBS += \
|
||||
$(DIST)/lib/$(LIB_PREFIX)string_s.$(LIB_SUFFIX) \
|
||||
|
@ -159,6 +154,11 @@ else
|
|||
LIBS += $(XPCOM_LIBS)
|
||||
endif
|
||||
|
||||
LIBS += \
|
||||
$(MOZ_JS_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_JPROF
|
||||
LIBS += -ljprof
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче