commit cfecb6568684ba255c1f949b2528924ced50e02b
Author: Elan Ruusamäe <[email protected]>
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

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

Reply via email to