[packages/hhvm] out of tree build is still broken

glen glen at pld-linux.org
Mon Nov 17 11:24:47 CET 2014


commit 8dff2648982fec63f8da336aaa844da64bf31c50
Author: Elan Ruusamäe <glen at delfi.ee>
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



More information about the pld-cvs-commit mailing list