[packages/hhvm] - fix lz4 include dir - rel 9
baggins
baggins at pld-linux.org
Sun Dec 18 18:45:59 CET 2016
commit 32057e92f446a5bffa63f0c20c495e00df88a819
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Dec 18 18:45:36 2016 +0100
- fix lz4 include dir
- rel 9
hhvm.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/hhvm.spec b/hhvm.spec
index 8f39109..23d7f65 100644
--- 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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/hhvm.git/commitdiff/32057e92f446a5bffa63f0c20c495e00df88a819
More information about the pld-cvs-commit
mailing list