]> git.pld-linux.org Git - packages/hhvm.git/commitdiff
out of tree build is still broken
authorElan Ruusamäe <glen@delfi.ee>
Mon, 17 Nov 2014 10:08:51 +0000 (12:08 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 17 Nov 2014 10:08:51 +0000 (12:08 +0200)
hhvm.spec

index 2bbea0b0df1c53db1a81427ce98b76b000a5a1a1..4bd43e45ae97a7fc6847b2e54407623a1ee4a661 100644 (file)
--- 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
This page took 0.201285 seconds and 4 git commands to generate.