]> git.pld-linux.org Git - packages/hhvm.git/blobdiff - hhvm.spec
- fix lz4 include dir
[packages/hhvm.git] / hhvm.spec
index 8f391097e3a2ebef7765cdea0ea75fba7b99f640..23d7f656a3a2a535ae601e4cea3e98b7488d483d 100644 (file)
--- a/hhvm.spec
+++ b/hhvm.spec
@@ -34,7 +34,7 @@ Name:         hhvm
 # we prefer LTS versions
 # see http://hhvm.com/blog/6083/hhvm-long-term-support
 Version:       3.3.7
-Release:       8
+Release:       9
 License:       PHP 3.01 and BSD
 Group:         Development/Languages
 Source0:       https://github.com/facebook/hhvm/archive/HHVM-%{version}.tar.gz
@@ -290,6 +290,8 @@ if [ $API != %{hhvm_api_version} ]; then
        exit 1
 fi
 
+export CXXFLAGS="%{rpmcxxflags} -I/usr/include/lz4"
+
 # out of dir build broken (can't find it's tools, or headers)
 #install -d build
 #cd build
This page took 0.057829 seconds and 4 git commands to generate.