]> git.pld-linux.org Git - packages/hhvm.git/commitdiff
out of source build is broken
authorElan Ruusamäe <glen@delfi.ee>
Sun, 6 Oct 2013 00:01:07 +0000 (03:01 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 6 Oct 2013 00:01:07 +0000 (03:01 +0300)
hiphop-php.spec

index 2a5f6e4985df6dcc5259bedc0d37487b8773f20a..0185e4d46b800bbaf3a73e73689bde8b4ad6aa25 100644 (file)
@@ -44,7 +44,7 @@ BuildRequires:        libdwarf-devel
 BuildRequires: libicu-devel >= 4.2
 #BuildRequires:        libmbfl-devel
 BuildRequires: libmcrypt-devel
-BuildRequires: libmemcached-devel >= 1.0.9
+BuildRequires: libmemcached-devel >= 1.0.4
 BuildRequires: libstdc++-devel >= 6:4.3
 BuildRequires: libunwind-devel
 BuildRequires: libxml2-devel
@@ -116,8 +116,12 @@ export LIBEVENT_PREFIX=$HPHP_HOME/libevent
        -DLibEvent_LIB_PATHS=$HPHP_HOME/libevent/.libs \
 %endif
 
+%if 0
+# out of dir build broken (can't find it's tools)
 install -d build
 cd build
+%endif
+
 CPPFLAGS="%{rpmcppflags} -fno-permissive"
 %cmake \
        -DLIBEVENT_LIB=$HPHP_HOME/libevent/lib/libevent.so \
@@ -125,7 +129,7 @@ CPPFLAGS="%{rpmcppflags} -fno-permissive"
        -DSKIP_BUNDLED_XHP=ON \
        -DUSE_JEMALLOC=ON \
        -DUSE_TCMALLOC=OFF \
-       ../
+       ./
 %{__make}
 
 %install
This page took 0.073794 seconds and 4 git commands to generate.