[packages/hhvm/dev-3.6: 20/20] add mcrouter bcond

glen glen at pld-linux.org
Tue Apr 7 10:21:58 CEST 2015


commit 29a3971a9677d3f2f66508505458f8da4876b5e2
Author: Elan Ruusamäe <glen at delfi.ee>
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



More information about the pld-cvs-commit mailing list