[php53-mapi/el5] Enabled non-optional build of epoll socket handling (#760888)

Robert Scheck robert at fedoraproject.org
Sat Dec 17 15:38:48 UTC 2011


commit b1f83ac9f95e11399c0ea214dc65ab78d539afd9
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Sat Dec 17 16:38:45 2011 +0100

    Enabled non-optional build of epoll socket handling (#760888)

 php53-mapi.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/php53-mapi.spec b/php53-mapi.spec
index e0f5f38..30a88f3 100644
--- a/php53-mapi.spec
+++ b/php53-mapi.spec
@@ -1,5 +1,5 @@
 %global beta_or_rc      0
-%global actual_release  1
+%global actual_release  2
 %global svnrevision     30515
 
 Summary:            The PHP MAPI extension by Zarafa
@@ -66,7 +66,7 @@ touch -c -r aclocal.m4.rpath aclocal.m4
 export CPPFLAGS="$CPPFLAGS -I%{_includedir}/boost141"
 export LDFLAGS="$LDFLAGS -L%{_libdir}/boost141"
 
-%configure --enable-release --disable-static
+%configure --enable-release --enable-epoll --disable-static
 for subdir in common mapi4linux libfreebusy libicalmapi inetmapi php-ext; do
   make -C $subdir %{?_smp_mflags}
 done
@@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/php/modules/mapi.so
 
 %changelog
+* Sat Dec 17 2011 Robert Scheck <robert at fedoraproject.org> 7.0.3-2
+- Enabled non-optional build of epoll socket handling (#760888)
+
 * Sun Nov 20 2011 Robert Scheck <robert at fedoraproject.org> 7.0.3-1
 - Upgrade to 7.0.3
 


More information about the scm-commits mailing list