packages: varnish/varnish.spec - Disable jemalloc for architectures that la...
glen
glen at pld-linux.org
Mon Jul 20 14:13:23 CEST 2009
Author: glen Date: Mon Jul 20 12:13:23 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- Disable jemalloc for architectures that lack *_2POW definitions (from debian bts #503381)
---- Files affected:
packages/varnish:
varnish.spec (1.32 -> 1.33)
---- Diffs:
================================================================
Index: packages/varnish/varnish.spec
diff -u packages/varnish/varnish.spec:1.32 packages/varnish/varnish.spec:1.33
--- packages/varnish/varnish.spec:1.32 Thu Apr 2 22:16:11 2009
+++ packages/varnish/varnish.spec Mon Jul 20 14:13:18 2009
@@ -2,6 +2,7 @@
# TODO
# - user varnish
# - varnishlog initscript
+# - debian/reload-vcl
Summary: Varnish - a high-performance HTTP accelerator
Summary(pl.UTF-8): Varnish - wydajny akcelerator HTTP
Name: varnish
@@ -79,7 +80,11 @@
%{__autoheader}
%{__automake}
%{__autoconf}
-%configure
+%configure \
+%ifarch hppa s390 sparc
+ --disable-jemalloc
+%endif
+
%{__make}
%install
@@ -145,6 +150,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.33 2009/07/20 12:13:18 glen
+- Disable jemalloc for architectures that lack *_2POW definitions (from debian bts #503381)
+
Revision 1.32 2009/04/02 20:16:11 areq
- 2.0.4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/varnish/varnish.spec?r1=1.32&r2=1.33&f=u
More information about the pld-cvs-commit
mailing list