X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=meta-openvuplus%2Frecipes-support%2Flzma%2Flzma-4.65%2Fmakefile-cleanup.patch;fp=meta-openvuplus%2Frecipes-support%2Flzma%2Flzma-4.65%2Fmakefile-cleanup.patch;h=0000000000000000000000000000000000000000;hp=ccca4d9e8388a3816bf9baee201ca958e2f12392;hb=8d6d2606a0991c69bf2f808444697c3d7c019292;hpb=fa2886cacc3cceba8ba8b179b78492c38874905d diff --git a/meta-openvuplus/recipes-support/lzma/lzma-4.65/makefile-cleanup.patch b/meta-openvuplus/recipes-support/lzma/lzma-4.65/makefile-cleanup.patch deleted file mode 100644 index ccca4d9..0000000 --- a/meta-openvuplus/recipes-support/lzma/lzma-4.65/makefile-cleanup.patch +++ /dev/null @@ -1,18 +0,0 @@ -Index: lzma-4.65/C/LzmaUtil/makefile.gcc -=================================================================== ---- lzma-4.65.orig/C/LzmaUtil/makefile.gcc -+++ lzma-4.65/C/LzmaUtil/makefile.gcc -@@ -1,10 +1,10 @@ - PROG = lzma --CC = gcc -+CC ?= gcc - LIB = liblzma.a - RM = rm -f - CFLAGS = -c -O2 -Wall --AR = ar --RANLIB = ranlib -+AR ?= ar -+RANLIB ?= ranlib - - OBJS = \ - Alloc.o \