commit 8dff2648982fec63f8da336aaa844da64bf31c50
Author: Elan Ruusamäe <[email protected]>
Date:   Mon Nov 17 12:08:51 2014 +0200

    out of tree build is still broken

 hhvm.spec | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/hhvm.spec b/hhvm.spec
index 2bbea0b..4bd43e4 100644
--- a/hhvm.spec
+++ b/hhvm.spec
@@ -247,7 +247,7 @@ fi
 #cd build
 
 # handle cmake & ccache
-# http://stackoverflow.com/questions/1815688/how-to-use-ccache-with-cmakec
+# http://stackoverflow.com/questions/1815688/how-to-use-ccache-with-cmake
 # ASM fix: http://lists.busybox.net/pipermail/buildroot/2013-March/069436.html
 if [[ "%{__cc}" = *ccache* ]]; then
        cc="%{__cc}"
@@ -283,8 +283,7 @@ export HHVM_REPO_SCHEMA=$(date +%N_%s)
 if [ ! -f makeinstall.stamp -o ! -d $RPM_BUILD_ROOT ]; then
        rm -rf makeinstall.stamp installed.stamp $RPM_BUILD_ROOT
 
-       %{__make} install -C build \
-               HPHP_HOME__=$(pwd) \
+       %{__make} install \
                DESTDIR=$RPM_BUILD_ROOT
 
        touch makeinstall.stamp
================================================================

---- gitweb:

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to