Skip to content

Commit

Permalink
jemalloc: update to 4.5.0 and enable statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Apr 28, 2017
1 parent be8fc90 commit 83ce948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jemalloc.spec
@@ -1,11 +1,11 @@
### RPM external jemalloc 4.3.1
### RPM external jemalloc 4.5.0
Source: https://github.com/jemalloc/jemalloc/releases/download/%{realversion}/jemalloc-%{realversion}.tar.bz2

%prep
%setup -n %{n}-%{realversion}

%build
perl -p -i -e 's|-no-cpp-precomp||' configure
./configure --disable-stats --prefix %{i}
./configure --enable-stats --prefix %{i}

%define drop_files %{i}/share

0 comments on commit 83ce948

Please sign in to comment.