Skip to content

Commit

Permalink
debian needs same packages to build mod_auth_openid as ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Sep 13, 2011
1 parent 8afd572 commit 01e8566
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apache2/recipes/mod_auth_openid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
#

openid_dev_pkgs = value_for_platform(
"ubuntu" => { "default" => %w{ g++ apache2-prefork-dev libopkele-dev libopkele3 } },
"debian" => { "default" => %w{ apache2-prefork-dev libopkele-dev libopkele3 } },
["ubuntu","debian"] => { "default" => %w{ g++ apache2-prefork-dev libopkele-dev libopkele3 } },
["centos","redhat","scientific","fedora"] => {
"default" => %w{ gcc-c++ httpd-devel curl-devel libtidy libtidy-devel sqlite-devel pcre-devel openssl-devel make }
},
Expand Down

0 comments on commit 01e8566

Please sign in to comment.