[packages/hhvm/dev-3.6: 7/20] add bcond for async_mysql

glen glen at pld-linux.org
Tue Apr 7 10:20:53 CEST 2015


commit 4739006d6d386cce77516ca331b80e3ed70a6cb6
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Apr 6 10:08:19 2015 +0300

    add bcond for async_mysql

 hhvm.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/hhvm.spec b/hhvm.spec
index faa44c5..f999f83 100644
--- a/hhvm.spec
+++ b/hhvm.spec
@@ -7,6 +7,7 @@
 %bcond_with	system_libafdt	# system libafdt
 %bcond_without	system_libzip	# system libzip
 %bcond_with	fastcgi		# enable FastCGI protocol
+%bcond_without	async_mysql		# enable async MySQL
 # 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
 
@@ -329,6 +330,7 @@ fi
 	-DUSE_TCMALLOC=OFF \
 	-DTEST_BIN=OFF \
 	-DENABLE_FASTCGI=%{!?with_fastcgi:OFF}%{?with_fastcgi:ON} \
+	-DENABLE_ASYNC_MYSQL=%{!?with_async_mysql:OFF}%{?with_async_mysql: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