diff options
Diffstat (limited to 'meta-oe/recipes-support/lzma/lzma-4.65/makefile-cleanup.patch')
| -rw-r--r-- | meta-oe/recipes-support/lzma/lzma-4.65/makefile-cleanup.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-oe/recipes-support/lzma/lzma-4.65/makefile-cleanup.patch b/meta-oe/recipes-support/lzma/lzma-4.65/makefile-cleanup.patch deleted file mode 100644 index ccca4d9e83..0000000000 --- a/meta-oe/recipes-support/lzma/lzma-4.65/makefile-cleanup.patch +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | Index: lzma-4.65/C/LzmaUtil/makefile.gcc | ||
| 2 | =================================================================== | ||
| 3 | --- lzma-4.65.orig/C/LzmaUtil/makefile.gcc | ||
| 4 | +++ lzma-4.65/C/LzmaUtil/makefile.gcc | ||
| 5 | @@ -1,10 +1,10 @@ | ||
| 6 | PROG = lzma | ||
| 7 | -CC = gcc | ||
| 8 | +CC ?= gcc | ||
| 9 | LIB = liblzma.a | ||
| 10 | RM = rm -f | ||
| 11 | CFLAGS = -c -O2 -Wall | ||
| 12 | -AR = ar | ||
| 13 | -RANLIB = ranlib | ||
| 14 | +AR ?= ar | ||
| 15 | +RANLIB ?= ranlib | ||
| 16 | |||
| 17 | OBJS = \ | ||
| 18 | Alloc.o \ | ||
