[packages/hhvm/dev-3.6: 5/20] disable fastcgi (heimdal compile failures within fbthrift)

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


commit cfecb6568684ba255c1f949b2528924ced50e02b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Apr 5 19:05:32 2015 +0300

    disable fastcgi (heimdal compile failures within fbthrift)

 hhvm.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/hhvm.spec b/hhvm.spec
index f9f1ce9..ac3c98b 100644
--- a/hhvm.spec
+++ b/hhvm.spec
@@ -2,10 +2,11 @@
 # Conditional build:
 %bcond_without	system_dconv	# system double-conversion
 %bcond_without	system_sqlite	# system sqlite3
-%bcond_without	system_lz4		# system lz4
+%bcond_without	system_lz4	# system lz4
 %bcond_without	system_fastlz	# system fastlz
 %bcond_with	system_libafdt	# system libafdt
 %bcond_without	system_libzip	# system libzip
+%bcond_with	fastcgi		# enable FastCGI protocol
 # 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
 
@@ -325,6 +326,7 @@ fi
 	-DUSE_JEMALLOC=OFF \
 	-DUSE_TCMALLOC=OFF \
 	-DTEST_BIN=OFF \
+	-DENABLE_FASTCGI=%{!?with_fastcgi:OFF}%{?with_fastcgi: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