]> git.pld-linux.org Git - packages/hhvm.git/commitdiff
cmake option controlling whether to make test binary is now TEST_BIN
authorElan Ruusamäe <glen@delfi.ee>
Thu, 5 Feb 2015 16:52:40 +0000 (18:52 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 5 Feb 2015 16:52:40 +0000 (18:52 +0200)
hhvm.spec

index b55079f76e26357572558bfc6814a029d2373ac6..943d4e134c89af0909f57c3108eecc3264674b97 100644 (file)
--- a/hhvm.spec
+++ b/hhvm.spec
@@ -306,7 +306,7 @@ fi
        -DHHVM_DYNAMIC_EXTENSION_DIR=%{hhvm_extensiondir} \
        -DUSE_JEMALLOC=OFF \
        -DUSE_TCMALLOC=OFF \
-       -DHPHP_NOTEST=ON \
+       -DTEST_BIN=OFF \
        -DSYSTEM_PCRE=ON \
        %{?with_system_sqlite:-DSYSTEM_SQLITE3=ON} \
        %{?with_system_lz4:-DSYSTEM_LZ4=ON} \
This page took 0.035781 seconds and 4 git commands to generate.