diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-13 18:50:41 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-13 18:50:41 +0000 |
commit | 97a286cb62475a3dce30c2c69d1248f0b98288c4 (patch) | |
tree | 7196b6bac83eeae36d8f439aa28ef62d629bc26c /tools/mtd-utils/patches/131-fix_lib_compile.patch | |
parent | 7ec18378a75ed98f1a1cc389aca51446bb85eae6 (diff) | |
download | upstream-97a286cb62475a3dce30c2c69d1248f0b98288c4.tar.gz upstream-97a286cb62475a3dce30c2c69d1248f0b98288c4.tar.bz2 upstream-97a286cb62475a3dce30c2c69d1248f0b98288c4.zip |
revert r23048 for now until Darwin compile issues have been sorted out (#7934)
SVN-Revision: 23057
Diffstat (limited to 'tools/mtd-utils/patches/131-fix_lib_compile.patch')
-rw-r--r-- | tools/mtd-utils/patches/131-fix_lib_compile.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/mtd-utils/patches/131-fix_lib_compile.patch b/tools/mtd-utils/patches/131-fix_lib_compile.patch deleted file mode 100644 index 288e0d45e0..0000000000 --- a/tools/mtd-utils/patches/131-fix_lib_compile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -67,8 +67,6 @@ $(BUILDDIR)/jffs2reader: $(BUILDDIR)/jff - LDFLAGS_jffs2reader = $(ZLIBLDFLAGS) $(LZOLDFLAGS) - LDLIBS_jffs2reader = -lz -llzo2 - --$(BUILDDIR)/lib/libmtd.a: subdirs_lib_all ; -- - install:: ${TARGETS} - mkdir -p ${DESTDIR}/${SBINDIR} - install -m 0755 ${TARGETS} ${DESTDIR}/${SBINDIR}/ |