]> git.pld-linux.org Git - packages/hhvm.git/commitdiff
no need for -fno-permissive
authorElan Ruusamäe <glen@delfi.ee>
Mon, 7 Oct 2013 11:34:29 +0000 (14:34 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 7 Oct 2013 11:34:29 +0000 (14:34 +0300)
hiphop-php.spec

index 858f92ff3eaaa36aa4e57875d4af3dd7c37eb1ee..de4720c8ca2c46375fd34e7b9282fe91652d3b15 100644 (file)
@@ -4,7 +4,7 @@
 # - system libevent2: https://github.com/facebook/hiphop-php/pull/421
 # - system libmbfl, system xhp, sqlite3
 %define                githash 78394ee
-%define                rel             0.7
+%define                rel             0.8
 Summary:       Virtual Machine, Runtime, and JIT for PHP
 Name:          hiphop-php
 Version:       2.1.0
@@ -136,7 +136,6 @@ install -d build
 cd build
 %endif
 
-CPPFLAGS="%{rpmcppflags} -fno-permissive"
 %cmake \
        -DLIBEVENT_LIB=$HPHP_HOME/libevent/lib/libevent.so \
        -DLIBEVENT_INCLUDE_DIR=$HPHP_HOME/libevent \
This page took 0.064174 seconds and 4 git commands to generate.