[4.0] 648951e Use jemalloc again.

Lasse Karstensen lkarsten at varnish-software.com
Tue Apr 1 15:09:55 CEST 2014


commit 648951e42ec5154c975b230d1c5e6b0977938575
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Thu Mar 27 17:08:18 2014 +0100

    Use jemalloc again.
    
    Since we removed the bundled jemalloc, our packages have been
    using system malloc on RHEL Linux.

diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index 9b08aa2..9adcaa2 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -16,11 +16,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # To build from git, start with a make dist, see redhat/README.redhat 
 # You will need at least automake autoconf libtool
 #BuildRequires: automake autoconf libtool
-BuildRequires: ncurses-devel groff pcre-devel pkgconfig python-docutils libedit-devel
+BuildRequires: ncurses-devel groff pcre-devel pkgconfig python-docutils libedit-devel jemalloc-devel
 Requires: varnish-libs = %{version}-%{release}
 Requires: logrotate
 Requires: ncurses
 Requires: pcre
+Requires: jemalloc
 Requires(pre): shadow-utils
 Requires(post): /sbin/chkconfig, /usr/bin/uuidgen
 Requires(preun): /sbin/chkconfig



More information about the varnish-commit mailing list