[php53-mapi/el5] Updated configure parameters for Zarafa 7.1

Robert Scheck robert at fedoraproject.org
Sun Dec 8 17:11:56 UTC 2013


commit 85d24c0284f6fa3a1e1a904ce9a70710c794d423
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Sun Dec 8 18:11:39 2013 +0100

    Updated configure parameters for Zarafa 7.1

 php53-mapi.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/php53-mapi.spec b/php53-mapi.spec
index 71d53f9..418c206 100644
--- a/php53-mapi.spec
+++ b/php53-mapi.spec
@@ -66,7 +66,13 @@ touch -c -r aclocal.m4.rpath aclocal.m4
 export CPPFLAGS="$CPPFLAGS -I%{_includedir}/boost141"
 export LDFLAGS="$LDFLAGS -L%{_libdir}/boost141"
 
-%configure --enable-release --enable-epoll --disable-static
+%configure \
+    --disable-kyotocabinet \
+    --with-clucene-lib-prefix= \
+    --enable-release \
+    --enable-epoll \
+    --disable-static
+
 for subdir in common mapi4linux libfreebusy libicalmapi inetmapi php-ext; do
   make -C $subdir %{?_smp_mflags}
 done


More information about the scm-commits mailing list