commit 29a3971a9677d3f2f66508505458f8da4876b5e2
Author: Elan Ruusamäe <[email protected]>
Date:   Tue Apr 7 11:13:52 2015 +0300

    add mcrouter bcond

 hhvm.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/hhvm.spec b/hhvm.spec
index d15406d..17829e9 100644
--- a/hhvm.spec
+++ b/hhvm.spec
@@ -8,6 +8,8 @@
 %bcond_without system_libzip   # system libzip
 %bcond_with    fastcgi         # enable FastCGI protocol
 %bcond_without async_mysql             # enable async MySQL
+%bcond_without mcrouter                # Build the mcrouter library and 
extension
+
 %bcond_with    jemalloc                # enable jemalloc
 # cotire breaks sqlite3 on builders: 
https://github.com/facebook/hhvm/issues/4524
 %bcond_with    cotire                  # cotire (compile time reducer): Speed 
up the build by precompiling headers
@@ -362,6 +364,7 @@ fi
        -DTEST_BIN=OFF \
        -DENABLE_FASTCGI=%{!?with_fastcgi:OFF}%{?with_fastcgi:ON} \
        -DENABLE_ASYNC_MYSQL=%{!?with_async_mysql:OFF}%{?with_async_mysql:ON} \
+       -DENABLE_MCROUTER=%{!?with_mcrouter:OFF}%{?with_mcrouter:ON} \
        -DENABLE_COTIRE=%{!?with_cotire:OFF}%{?with_cotire:ON} \
        .
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hhvm.git/commitdiff/29a3971a9677d3f2f66508505458f8da4876b5e2

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to