Skip to content

Commit

Permalink
Install libevent locally to have memcached config dependency fulfilled
Browse files Browse the repository at this point in the history
Change-Id: Ie133e24fc6588285b46fb3dd199e72652b998049
  • Loading branch information
Harshawardhan Gadgil committed May 22, 2012
1 parent d25c24f commit 1ac418e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev_setup/cookbooks/memcached/recipes/default.rb
Expand Up @@ -34,6 +34,7 @@
cd libevent-#{node[:libevent][:version]}-stable
./configure --prefix=`pwd`/tmp
make
make install
EOH
not_if do
::File.exists?(File.join(node[:memcached][:path], "bin", "memcached"))
Expand Down

0 comments on commit 1ac418e

Please sign in to comment.