Commit 7678cab6 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

component/jemalloc: upgrade to version 5.3.0

option --enable-readline doesn't exist anymore (has it ever?)
parent 9c93c477
......@@ -7,11 +7,10 @@ parts =
recipe = slapos.recipe.cmmi
shared = true
url = https://github.com/jemalloc/jemalloc/releases/download/${:version}/jemalloc-${:version}.tar.bz2
version = 3.6.0
md5sum = e76665b63a8fddf4c9f26d2fa67afdf2
version = 5.3.0
md5sum = 09a8328574dab22a7df848eae6dbbf53
configure-options =
--disable-static
--enable-readline
environment =
CPPFLAGS=-I${readline:location}/include -I${ncurses:location}/include
LDFLAGS=-L@@LOCATION@@ -Wl,-rpath=${readline:location}/lib -Wl,-rpath=${ncurses:location}/lib -L${readline:location}/lib -L${ncurses:location}/lib
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment