зеркало из https://github.com/mozilla/gecko-dev.git
bug 291753 - {application}-bin cannot be linked with libxremote_client_s.a if system NSPR is used, p=cls, r=bsmedberg, a=asa
This commit is contained in:
Родитель
e7fbfb2925
Коммит
5cae333817
|
@ -158,6 +158,10 @@ LIBS = \
|
|||
$(EXTRA_DSO_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_ENABLE_XREMOTE
|
||||
LIBS += $(DEPTH)/widget/src/xremoteclient/$(LIB_PREFIX)xremote_client_s.$(LIB_SUFFIX)
|
||||
LOCAL_INCLUDES += -I$(topsrcdir)/widget/src/xremoteclient
|
||||
endif
|
||||
|
||||
ifndef BUILD_STATIC_LIBS
|
||||
|
||||
|
@ -352,11 +356,6 @@ ifneq (,$(filter-out OS2 WINNT,$(OS_ARCH)))
|
|||
GARBAGE += $(STACKWALK_SRC_LCSRCS) $(wildcard *.$(OBJ_SUFFIX))
|
||||
endif
|
||||
|
||||
ifdef MOZ_ENABLE_XREMOTE
|
||||
LIBS += $(DEPTH)/widget/src/xremoteclient/$(LIB_PREFIX)xremote_client_s.$(LIB_SUFFIX)
|
||||
LOCAL_INCLUDES += -I$(topsrcdir)/widget/src/xremoteclient
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifneq (,$(filter-out OS2 WINNT,$(OS_ARCH)))
|
||||
|
|
Загрузка…
Ссылка в новой задаче