SPECS (SQUID_2): squid.spec - enable epoll for amd64
glen
glen at pld-linux.org
Thu Nov 13 13:00:26 CET 2008
Author: glen Date: Thu Nov 13 12:00:26 2008 GMT
Module: SPECS Tag: SQUID_2
---- Log message:
- enable epoll for amd64
---- Files affected:
SPECS:
squid.spec (1.282.2.8.2.15 -> 1.282.2.8.2.16)
---- Diffs:
================================================================
Index: SPECS/squid.spec
diff -u SPECS/squid.spec:1.282.2.8.2.15 SPECS/squid.spec:1.282.2.8.2.16
--- SPECS/squid.spec:1.282.2.8.2.15 Wed Nov 12 15:14:25 2008
+++ SPECS/squid.spec Thu Nov 13 13:00:20 2008
@@ -9,6 +9,10 @@
%bcond_without epoll # disable epoll support
%endif
#
+# there didn't exist 64bit 2.4 kernel, so can safely enable epoll
+%ifarch %{x8664}
+%define with_epoll 1
+%endif
Summary: SQUID Internet Object Cache
Summary(es.UTF-8): proxy/cache para WWW/FTP/gopher
Summary(pl.UTF-8): Uniwersalny serwer proxy-cache
@@ -18,7 +22,7 @@
Summary(zh_CN.UTF-8): SQUID 高速缓冲代理服务器
Name: squid
Version: 2.7.STABLE5
-Release: 2
+Release: 3
Epoch: 7
License: GPL v2
Group: Networking/Daemons
@@ -796,6 +800,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.282.2.8.2.16 2008/11/13 12:00:20 glen
+- enable epoll for amd64
+
Revision 1.282.2.8.2.15 2008/11/12 14:14:25 glen
- cleanup
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/squid.spec?r1=1.282.2.8.2.15&r2=1.282.2.8.2.16&f=u
More information about the pld-cvs-commit
mailing list