Install libevent locally to have memcached config dependency fulfilled

Change-Id: Ie133e24fc6588285b46fb3dd199e72652b998049
This commit is contained in:
Harshawardhan Gadgil 2012-05-21 22:33:18 -07:00
Родитель d25c24f83c
Коммит 1ac418e077
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -34,6 +34,7 @@ bash "Compile libevent" do
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"))