From 5e95d19bd4e57584f39ecd494ae03b63f3109252 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Dec 24 2010 17:32:31 +0000 Subject: Update patches for the new Makefile --- diff --git a/squashfs-cflags.patch b/squashfs-cflags.patch index d518bd0..ecb238c 100644 --- a/squashfs-cflags.patch +++ b/squashfs-cflags.patch @@ -1,6 +1,6 @@ ---- squashfs-tools/Makefile.orig 2010-09-20 17:11:47.000000000 -0500 -+++ squashfs-tools/Makefile 2010-09-21 00:15:49.000000000 -0500 -@@ -87,8 +87,8 @@ +--- squashfs-tools/Makefile.orig 2010-12-24 11:26:49.000000000 -0600 ++++ squashfs-tools/Makefile 2010-12-24 11:28:21.000000000 -0600 +@@ -100,8 +100,8 @@ UNSQUASHFS_OBJS = unsquashfs.o unsquash-1.o unsquash-2.o unsquash-3.o \ unsquash-4.o swap.o compressor.o diff --git a/squashfs-compressors.patch b/squashfs-compressors.patch index df989ea..ca534d3 100644 --- a/squashfs-compressors.patch +++ b/squashfs-compressors.patch @@ -1,15 +1,24 @@ ---- squashfs-tools/Makefile.orig 2010-09-21 00:20:10.000000000 -0500 -+++ squashfs-tools/Makefile 2010-09-21 00:24:08.000000000 -0500 -@@ -30,7 +30,7 @@ +--- squashfs-tools/Makefile.orig 2010-12-24 11:29:18.000000000 -0600 ++++ squashfs-tools/Makefile 2010-12-24 11:30:05.000000000 -0600 +@@ -32,7 +32,7 @@ # work) - download and unpack it, uncomment and set LZMA_DIR to unpacked source, # and uncomment the LZMA_SUPPORT line below. # --#XZ_SUPPORT = 1 -+XZ_SUPPORT = 1 +-#LZMA_XZ_SUPPORT = 1 ++LZMA_XZ_SUPPORT = 1 #LZMA_SUPPORT = 1 #LZMA_DIR = ../../../LZMA/lzma465 -@@ -43,7 +43,7 @@ +@@ -45,7 +45,7 @@ + # To build using XZ Utils liblzma - install the library and uncomment + # the XZ_SUPPORT line below. + # +-#XZ_SUPPORT = 1 ++XZ_SUPPORT = 1 + + + ############ Building LZO support ############## +@@ -56,7 +56,7 @@ # LZO_SUPPORT line below. If needed, uncomment and set LZO_DIR to the # installation prefix. #