[squashfs-tools/f15/master] Update the compressors patch to account for Makefile changes.

Bruno Wolff III bruno at fedoraproject.org
Wed Mar 2 04:52:55 UTC 2011


commit f2a5d1e1b9dde8a063ac21a7dc2522d954e9771a
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Mar 1 22:31:43 2011 -0600

    Update the compressors patch to account for Makefile changes.

 squashfs-compressors.patch |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/squashfs-compressors.patch b/squashfs-compressors.patch
index d3a0699..2623593 100644
--- a/squashfs-compressors.patch
+++ b/squashfs-compressors.patch
@@ -1,15 +1,6 @@
---- squashfs-tools/Makefile.orig	2011-01-01 11:01:33.000000000 -0600
-+++ squashfs-tools/Makefile	2011-01-01 11:03:59.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.
- #
--#LZMA_XZ_SUPPORT = 1
-+LZMA_XZ_SUPPORT = 1
- #LZMA_SUPPORT = 1
- #LZMA_DIR = ../../../../LZMA/lzma465
- 
-@@ -45,7 +45,7 @@
+--- squashfs-tools/Makefile.orig	2011-03-01 22:29:17.000000000 -0600
++++ squashfs-tools/Makefile	2011-03-01 22:29:59.000000000 -0600
+@@ -26,7 +26,7 @@
  # To build using XZ Utils liblzma - install the library and uncomment
  # the XZ_SUPPORT line below.
  #
@@ -18,7 +9,7 @@
  
  
  ############ Building LZO support ##############
-@@ -56,7 +56,7 @@
+@@ -37,7 +37,7 @@
  # LZO_SUPPORT line below. If needed, uncomment and set LZO_DIR to the
  # installation prefix.
  #
@@ -26,4 +17,13 @@
 +LZO_SUPPORT = 1
  #LZO_DIR = /usr/local
  
+ ########### Building LZMA support #############
+@@ -57,7 +57,7 @@
+ # work) - download and unpack it, uncomment and set LZMA_DIR to unpacked source,
+ # and uncomment the LZMA_SUPPORT line below.
+ #
+-#LZMA_XZ_SUPPORT = 1
++LZMA_XZ_SUPPORT = 1
+ #LZMA_SUPPORT = 1
+ #LZMA_DIR = ../../../../LZMA/lzma465
  


More information about the scm-commits mailing list