[packages/hhvm] - add -fpermissive c++ flag

baggins baggins at pld-linux.org
Tue Feb 28 21:59:21 CET 2017


commit dd92532173a7f5f0dd7384595a964c24d158844a
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Feb 28 21:58:59 2017 +0100

    - add -fpermissive c++ flag

 hhvm.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/hhvm.spec b/hhvm.spec
index 23d7f65..9fd37d9 100644
--- a/hhvm.spec
+++ b/hhvm.spec
@@ -290,7 +290,7 @@ if [ $API != %{hhvm_api_version} ]; then
 	exit 1
 fi
 
-export CXXFLAGS="%{rpmcxxflags} -I/usr/include/lz4"
+export CXXFLAGS="%{rpmcxxflags} -fpermissive -I/usr/include/lz4"
 
 # out of dir build broken (can't find it's tools, or headers)
 #install -d build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hhvm.git/commitdiff/dd92532173a7f5f0dd7384595a964c24d158844a



More information about the pld-cvs-commit mailing list