]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- epoll on on x86_64 ac
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 6 Jan 2009 12:51:13 +0000 (12:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix.spec -> 1.326

postfix.spec

index 4b852c480bd60a53bef613f270e8af50a5daac78..d231826766a0caa486893542ed46856c7d8ba803 100644 (file)
 %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)
This page took 0.370997 seconds and 4 git commands to generate.