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

Commit

Permalink
Merge pull request #128 from intercity/jb-custom-backup-gem
Browse files Browse the repository at this point in the history
Make nokogiri use syslibs
  • Loading branch information
jvanbaarsen committed Oct 15, 2014
2 parents 6c0100c + 49b5792 commit e48f120
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 e48f120

Please sign in to comment.