1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 18:26:13 +02:00

bookworm: remove jemalloc, not needed any more

This commit is contained in:
Augustin Trancart 2023-07-26 18:41:44 +02:00 committed by Félix Piédallu
parent 3d18010016
commit 5d86fa3703
2 changed files with 1 additions and 2 deletions

View file

@ -79,7 +79,6 @@ ram.runtime = "2000M"
"libgmp-dev",
"libssl-dev",
# For Ruby
"libjemalloc-dev",
"curl",
"build-essential",
"libreadline-dev",

View file

@ -15,7 +15,7 @@ export RBENV_ROOT="$rbenv_install_dir"
export rbenv_root="$rbenv_install_dir"
ruby_dependencies=""
build_ruby_dependencies="libjemalloc-dev curl build-essential libreadline-dev zlib1g-dev libsqlite3-dev libssl-dev libxml2-dev libxslt-dev autoconf automake bison libtool"
build_ruby_dependencies="curl build-essential libreadline-dev zlib1g-dev libsqlite3-dev libssl-dev libxml2-dev libxslt-dev autoconf automake bison libtool"
pkg_dependencies="$pkg_dependencies $ruby_dependencies"
build_pkg_dependencies="$build_pkg_dependencies $build_ruby_dependencies"