Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Make nokogiri use syslibs
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen van Baarsen <[email protected]>
  • Loading branch information
jvanbaarsen committed Oct 15, 2014
1 parent 6c0100c commit 49b5792
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vendor/cookbooks/backups/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
package "ruby1.9.1-dev"
package "libxml2-dev"
package "libxslt-dev"

# Speed up nokogiri install by using syslibs
ENV["NOKOGIRI_USE_SYSTEM_LIBRARIES"] = "true"
gem_package "backup"

backup_node.each do |app, backup_info|
Expand Down

0 comments on commit 49b5792

Please sign in to comment.