mirror of
https://git.yoctoproject.org/poky
synced 2026-03-31 20:02:22 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2213 311d38ba-8fff-0310-9ca6-ca027cbcb966
27 lines
770 B
Diff
27 lines
770 B
Diff
Index: git/Makefile
|
|
===================================================================
|
|
--- git.orig/Makefile
|
|
+++ git/Makefile
|
|
@@ -60,7 +60,7 @@ $(BUILDDIR)/mkfs.jffs2: $(BUILDDIR)/crc3
|
|
$(BUILDDIR)/compr_zlib.o \
|
|
$(BUILDDIR)/compr_lzo.o \
|
|
$(BUILDDIR)/compr.o
|
|
- $(CC) $(LDFLAGS) -o $@ $^ -lz -llzo2
|
|
+ $(CC) $(LDFLAGS) -o $@ $^ -lz -llzo
|
|
|
|
$(BUILDDIR)/flash_eraseall: $(BUILDDIR)/crc32.o $(BUILDDIR)/flash_eraseall.o
|
|
$(CC) $(LDFLAGS) -o $@ $^
|
|
Index: git/compr_lzo.c
|
|
===================================================================
|
|
--- git.orig/compr_lzo.c
|
|
+++ git/compr_lzo.c
|
|
@@ -26,7 +26,7 @@
|
|
#include <string.h>
|
|
#include <asm/types.h>
|
|
#include <linux/jffs2.h>
|
|
-#include <lzo/lzo1x.h>
|
|
+#include <lzo1x.h>
|
|
#include "compr.h"
|
|
|
|
extern int page_size;
|