Bug 397227 - So the first failure is fixed, but now a Windows box is acting up, so let's try an obvious fix. r=redness, whose patience is being severely tested

This commit is contained in:
Jeff Walden 2008-12-04 01:13:14 -08:00
Родитель 1caadb77d0
Коммит 2e92b758cb
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -127,6 +127,8 @@ ifndef MOZILLA_INTERNAL_API
LIBS += $(DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX)
endif
LIBS += $(XPCOM_LIBS)
# Needed to resolve __yylex (?)
ifeq ($(OS_ARCH)$(OS_RELEASE),FreeBSD2)
LIBS += -lpcap