[par2cmdline/el6/master] Fix compile error on PPC64 by rearranging the order of the patches

epienbro epienbro at fedoraproject.org
Sat Aug 21 16:47:19 UTC 2010


commit 43740d6df2be49733a4dbb1169e936f86250189a
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat Aug 21 18:46:45 2010 +0200

    Fix compile error on PPC64 by rearranging the order of the patches

 par2cmdline.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/par2cmdline.spec b/par2cmdline.spec
index 0d6000b..91e67d2 100644
--- a/par2cmdline.spec
+++ b/par2cmdline.spec
@@ -35,6 +35,9 @@ multi-part archives.
 %patch1 -p1
 %patch3 -p0
 
+# Fix DSO linking, bug #564834
+%patch6 -p0
+
 # Intel threading blocks is only available on x86 hardware
 %ifnarch %{ix86} x86_64
 # This patch strips out the TBB-specific code
@@ -47,9 +50,6 @@ sed -i s/-ltbb/-lrt/ Makefile.in
 # Fix a compile error on Fedora 13, FTBFS bug #539005
 %patch5 -p0
 
-# Fix DSO linking, bug #564834
-%patch6 -p0
-
 # fix end-of-lines of several files
 sed -i 's/\r//' AUTHORS PORTING README ROADMAP
 


More information about the scm-commits mailing list