Bug 543079. Put system libs into OS_LIBS, not EXTRA_DSO_LDOPTS, when building libxul. r=ted

This commit is contained in:
Boris Zbarsky 2010-02-09 12:09:06 -05:00
Родитель b0410119e3
Коммит ae9815018c
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -177,7 +177,7 @@ EXTRA_DSO_LDOPTS += $(NSPR_LIBS)
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
CXXFLAGS += $(TK_CFLAGS)
EXTRA_DSO_LDOPTS += \
OS_LIBS += \
-framework SystemConfiguration \
-framework QuickTime \
-framework IOKit \

Просмотреть файл

@ -363,7 +363,7 @@ COMPONENT_LIBS += gkdebug
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
EXTRA_DSO_LDOPTS += -framework OpenGL -lcups
OS_LIBS += -framework OpenGL -lcups
endif
EXTRA_DSO_LDOPTS += \