From: Jo-Philipp Wich Date: Sat, 2 Oct 2010 10:18:34 +0000 (+0000) Subject: tools/mtd-utils: fix compilation on OS X X-Git-Tag: reboot~18816 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=f70671c153b8c9383060aa245882ee3f05840fda;hp=cb4c39b55dfbe8c2fd77be6ebe2a4a8eea96e1be tools/mtd-utils: fix compilation on OS X SVN-Revision: 23176 --- diff --git a/tools/mtd-utils/patches/131-fix_lib_compile.patch b/tools/mtd-utils/patches/131-fix_lib_compile.patch index f40a5b6c56..fef1333177 100644 --- a/tools/mtd-utils/patches/131-fix_lib_compile.patch +++ b/tools/mtd-utils/patches/131-fix_lib_compile.patch @@ -1,11 +1,11 @@ ---- a/Makefile -+++ b/Makefile -@@ -68,8 +68,6 @@ $(BUILDDIR)/jffs2reader: $(BUILDDIR)/jff - LDFLAGS_jffs2reader = $(ZLIBLDFLAGS) $(LZOLDFLAGS) - LDLIBS_jffs2reader = -lz -llzo2 +--- a/lib/Makefile ++++ b/lib/Makefile +@@ -7,7 +7,7 @@ SUBDIRS = + # CFLAGS += -Werror + CPPFLAGS += -I../include + LIBS = libmtd libcrc32 +-TARGETS = libmtd.a libcrc32.a ++override TARGETS = libmtd.a libcrc32.a + + include ../common.mk --$(BUILDDIR)/lib/libmtd.a: subdirs_lib_all ; -- - install:: ${TARGETS} ${SCRIPTS} - mkdir -p ${DESTDIR}/${SBINDIR} - install -m 0755 ${TARGETS} ${SCRIPTS} ${DESTDIR}/${SBINDIR}/