зеркало из https://github.com/mozilla/labs-vcap.git
Install libevent locally to have memcached config dependency fulfilled
Change-Id: Ie133e24fc6588285b46fb3dd199e72652b998049
This commit is contained in:
Родитель
d25c24f83c
Коммит
1ac418e077
|
@ -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"))
|
||||
|
|
Загрузка…
Ссылка в новой задаче