SPECS: postfix.spec - epoll on on x86_64 ac
glen
glen at pld-linux.org
Tue Jan 6 13:51:19 CET 2009
Author: glen Date: Tue Jan 6 12:51:19 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- epoll on on x86_64 ac
---- Files affected:
SPECS:
postfix.spec (1.325 -> 1.326)
---- Diffs:
================================================================
Index: SPECS/postfix.spec
diff -u SPECS/postfix.spec:1.325 SPECS/postfix.spec:1.326
--- SPECS/postfix.spec:1.325 Fri Nov 7 00:33:59 2008
+++ SPECS/postfix.spec Tue Jan 6 13:51:13 2009
@@ -16,10 +16,14 @@
%bcond_with tcp # with unofficial tcp: lookup table
%if "%{pld_release}" == "ac"
%bcond_with epoll # enable epoll for 2.6 kernels
+# there didn't exist x86_64 2.4 kernel in PLD, so can safely enable epoll
+%ifarch %{x8664}
+%define with_epoll 1
+%endif
%else
%bcond_without epoll # disable epoll for 2.4 kernels
%endif
-#
+
%define vda_ver 2.5.3
Summary: Postfix Mail Transport Agent
Summary(cs.UTF-8): Postfix - program pro přepravu pošty (MTA)
@@ -509,6 +513,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.326 2009/01/06 12:51:13 glen
+- epoll on on x86_64 ac
+
Revision 1.325 2008/11/06 23:33:59 zbyniu
- broken epoll bcond; rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postfix.spec?r1=1.325&r2=1.326&f=u
More information about the pld-cvs-commit
mailing list