From 7e29c32aa5c38e8c46f21cb3a256ac931372de65 Mon Sep 17 00:00:00 2001 From: "reed@reedloden.com" Date: Sat, 8 Mar 2008 02:44:29 -0800 Subject: [PATCH] Bustage fix for bug 305782 (other-licenses/bsdiff/Makefile.in needs changes, too). --- other-licenses/bsdiff/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/other-licenses/bsdiff/Makefile.in b/other-licenses/bsdiff/Makefile.in index 622027e6a22f..6e64a51fa0f7 100644 --- a/other-licenses/bsdiff/Makefile.in +++ b/other-licenses/bsdiff/Makefile.in @@ -47,7 +47,7 @@ include $(DEPTH)/config/autoconf.mk # build system and is not intended to be included in Mozilla distributions. HOST_PROGRAM = mbsdiff$(BIN_SUFFIX) HOST_CSRCS = bsdiff.c -HOST_LIBS += $(DEPTH)/modules/libbz2/src/$(LIB_PREFIX)bz2.$(LIB_SUFFIX) +HOST_LIBS += $(BZ2_LIBS) ifeq (WINNT,$(OS_ARCH)) HOST_EXTRA_LIBS += $(call EXPAND_LIBNAME,Ws2_32) @@ -56,3 +56,5 @@ endif LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/mozapps/update/src/updater include $(topsrcdir)/config/rules.mk + +CXXFLAGS += $(BZ2_CFLAGS)