[varnish/el5/master: 9/13] forgot the %else clause of %ifarch

Ingvar Hagelund ingvar at fedoraproject.org
Wed Oct 27 22:14:28 UTC 2010


commit 806c1e4ebadea2dca1b422f7ea8889a8a663e2c7
Author: Ingvar Hagelund <ingvar at redpill-linpro.com>
Date:   Tue Oct 26 21:00:05 2010 +0200

    forgot the %else clause of %ifarch

 varnish.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/varnish.spec b/varnish.spec
index cee5fd2..9e041b4 100644
--- a/varnish.spec
+++ b/varnish.spec
@@ -96,6 +96,8 @@ cp bin/varnishd/default.vcl etc/zope-plone.vcl examples
 # jemalloc is not compatible with Red Hat's ppc* RHEL5 kernel koji server :-(
 %ifarch ppc64 ppc
 	%configure --disable-static --localstatedir=/var/lib --disable-jemalloc
+%else
+	%configure --disable-static --localstatedir=/var/lib
 %endif
 
 # We have to remove rpath - not allowed in Fedora


More information about the scm-commits mailing list