rbenv: add pkg-config to the list of packages to install

Some Ruby gems (Nokogiri…) need this to detect system libraries.
This commit is contained in:
Jérémy Lecour 2019-01-03 10:16:46 +01:00 committed by Jérémy Lecour
parent 41c1ed5a70
commit 1118486993
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ The **patch** part changes incrementally at each release.
### Added
* apache: add Munin configuration for Apache server-status URL
* evomaintenance: database variables must be set or the task fails
* rbenv: add pkg-config to the list of packages to install
* redis: Configure munin when working in instance mode
* redis: add a variable to disable the restart handler
* redis: add a variable to force a restart (even with no change)

View File

@ -14,6 +14,7 @@
- libxml2-dev
- libxslt1-dev
- zlib1g-dev
- pkg-config
tags:
- rbenv
- packages