зеркало из https://github.com/mozilla/gecko-dev.git
Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it) # 18688
This commit is contained in:
Родитель
bd55669dd7
Коммит
b1a60aa3d7
|
@ -292,7 +292,6 @@ endif
|
|||
#
|
||||
ifdef IS_COMPONENT
|
||||
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS)
|
||||
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
|
||||
endif # IS_COMPONENT
|
||||
|
||||
#
|
||||
|
@ -307,18 +306,6 @@ EXTRA_DSO_LDOPTS += -L$(DIST)/bin $(BEOS_LINK_LIBS) $(NSPR_LIBS)
|
|||
endif
|
||||
endif
|
||||
|
||||
#
|
||||
# AIX & OpenVMS specific section: link against dependent shared libs
|
||||
#
|
||||
ifdef SHARED_LIBRARY
|
||||
ifeq ($(OS_ARCH),AIX)
|
||||
EXTRA_DSO_LDOPTS += -L$(DIST)/bin $(NSPR_LIBS)
|
||||
endif
|
||||
ifeq ($(OS_ARCH),OpenVMS)
|
||||
EXTRA_DSO_LDOPTS += -L$(DIST)/bin $(NSPR_LIBS)
|
||||
endif
|
||||
endif
|
||||
|
||||
################################################################################
|
||||
|
||||
all:: export libs install
|
||||
|
|
Загрузка…
Ссылка в новой задаче