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

index 0185e4d46b800bbaf3a73e73689bde8b4ad6aa25..69c348f08f4a8e3c1c169f21825fdf8e0c7028aa 100644 (file)
@@ -36,7 +36,7 @@ BuildRequires:        flex >= 2.5.35
 BuildRequires: gd-devel
 BuildRequires: glog-devel >= 0.3.2
 BuildRequires: imap-devel >= 1:2007
-BuildRequires: jemalloc-devel
+#BuildRequires:        jemalloc-devel
 BuildRequires: libafdt-devel >= 0.1.0
 BuildRequires: libcap-devel
 BuildRequires: libdwarf-devel
@@ -127,7 +127,7 @@ CPPFLAGS="%{rpmcppflags} -fno-permissive"
        -DLIBEVENT_LIB=$HPHP_HOME/libevent/lib/libevent.so \
        -DCMAKE_PREFIX_PATH=%{_prefix} \
        -DSKIP_BUNDLED_XHP=ON \
-       -DUSE_JEMALLOC=ON \
+       -DUSE_JEMALLOC=OFF \
        -DUSE_TCMALLOC=OFF \
        ./
 %{__make}
This page took 0.09571 seconds and 4 git commands to generate.