[gcc] ignore ppl version

Tom Callaway spot at fedoraproject.org
Mon Dec 3 22:14:04 UTC 2012


commit 30ee91c66197d1ba4ddb4f1b31f8b0b3ea9b4ec1
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Dec 3 17:15:50 2012 -0500

    ignore ppl version

 gcc.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gcc.spec b/gcc.spec
index 03cbc00..5ed22ea 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -924,7 +924,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`"
 	--disable-libjava-multilib \
 %endif
 %if %{build_cloog}
-	--with-ppl --with-cloog \
+	--with-ppl --disable-ppl-version-check --with-cloog \
 %else
 	--without-ppl --without-cloog \
 %endif
@@ -2671,6 +2671,7 @@ fi
 %changelog
 * Fri Nov 30 2012 Tom Callaway <spot at fedoraproject.org> 4.7.2-9
 - rebuild for new ppl/cloog
+- pass --disable-ppl-version-check (for ppl 1.0)
 
 * Fri Nov  9 2012 Jakub Jelinek <jakub at redhat.com> 4.7.2-8
 - update from the 4.7 branch


More information about the scm-commits mailing list