зеркало из https://github.com/mozilla/gecko-dev.git
Bustage fix for bug 305782 (other-licenses/bsdiff/Makefile.in needs changes, too).
This commit is contained in:
Родитель
63a2ad55f1
Коммит
7e29c32aa5
|
@ -47,7 +47,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||||
# build system and is not intended to be included in Mozilla distributions.
|
# build system and is not intended to be included in Mozilla distributions.
|
||||||
HOST_PROGRAM = mbsdiff$(BIN_SUFFIX)
|
HOST_PROGRAM = mbsdiff$(BIN_SUFFIX)
|
||||||
HOST_CSRCS = bsdiff.c
|
HOST_CSRCS = bsdiff.c
|
||||||
HOST_LIBS += $(DEPTH)/modules/libbz2/src/$(LIB_PREFIX)bz2.$(LIB_SUFFIX)
|
HOST_LIBS += $(BZ2_LIBS)
|
||||||
|
|
||||||
ifeq (WINNT,$(OS_ARCH))
|
ifeq (WINNT,$(OS_ARCH))
|
||||||
HOST_EXTRA_LIBS += $(call EXPAND_LIBNAME,Ws2_32)
|
HOST_EXTRA_LIBS += $(call EXPAND_LIBNAME,Ws2_32)
|
||||||
|
@ -56,3 +56,5 @@ endif
|
||||||
LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/mozapps/update/src/updater
|
LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/mozapps/update/src/updater
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
CXXFLAGS += $(BZ2_CFLAGS)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче