[packages/hhvm/dev-3.6: 3/20] set mysql sock path, update hhvm_api_version

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


commit 9f0422d0c936dac94ab178a1ac9268e011d81147
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Apr 5 18:50:30 2015 +0300

    set mysql sock path, update hhvm_api_version

 hhvm.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/hhvm.spec b/hhvm.spec
index 71e6094..021e3d7 100644
--- a/hhvm.spec
+++ b/hhvm.spec
@@ -18,7 +18,7 @@
 # - hphp/runtime/base/runtime-option.cpp evalJitDefault enables jit if /.hhvm-jit exists (yes, in filesystem root)
 
 # must be in sync with source. extra check ensuring that it is so is done in %%build
-%define		hhvm_api_version	20140829
+%define		hhvm_api_version	20150212
 # hphp/system/idl/constants.idl.json defines it as 5.6.99-hhvm, but use some saner value
 %define		php_version			5.6.0
 
@@ -327,6 +327,7 @@ fi
 	$ccache \
 	-DCMAKE_PREFIX_PATH=%{_prefix} \
 	-DHHVM_DYNAMIC_EXTENSION_DIR=%{hhvm_extensiondir} \
+	-DMYSQL_UNIX_SOCK_ADDR=/var/lib/mysql/mysql.sock \
 	-DUSE_JEMALLOC=OFF \
 	-DUSE_TCMALLOC=OFF \
 	-DTEST_BIN=OFF \
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list