зеркало из https://github.com/mozilla/gecko-dev.git
Bustage fix from bug 280725 - forgot that this is frequently a dynamic component, and on some compilers we need to resolve symbols early r=biesi
This commit is contained in:
Родитель
073b9b450f
Коммит
96f4bcdcee
|
@ -74,10 +74,5 @@ endif
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifeq (gtk2,$(MOZ_WIDGET_TOOLKIT))
|
||||
CXXFLAGS += $(MOZ_GTK2_CFLAGS)
|
||||
endif
|
||||
|
||||
ifeq (gtk,$(MOZ_WIDGET_TOOLKIT))
|
||||
CXXFLAGS += $(MOZ_GTK_CFLAGS)
|
||||
endif
|
||||
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) $(TK_LIBS)
|
||||
CXXFLAGS += $(TK_CFLAGS)
|
||||
|
|
Загрузка…
Ссылка в новой задаче