projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8256c13
)
use distro-provided php-db instead of manually installed one
author
Sarah Hoffmann
<lonvia@denofr.de>
Tue, 22 Dec 2015 21:00:04 +0000
(22:00 +0100)
committer
Sarah Hoffmann
<lonvia@denofr.de>
Tue, 22 Dec 2015 21:00:04 +0000
(22:00 +0100)
cookbooks/nominatim/recipes/base.rb
patch
|
blob
|
history
diff --git
a/cookbooks/nominatim/recipes/base.rb
b/cookbooks/nominatim/recipes/base.rb
index 2e6a8c12550cb6d34e6c62e399bba4b2a7c75c1a..31bc30b2771d8640401f5a2312798b8bb67b27c3 100644
(file)
--- a/
cookbooks/nominatim/recipes/base.rb
+++ b/
cookbooks/nominatim/recipes/base.rb
@@
-26,6
+26,7
@@
package "php5-pgsql"
package "php5-fpm"
package "php-pear"
package "php-apc"
+package "php-db"
apache_module "rewrite"
apache_module "proxy"
@@
-106,11
+107,6
@@
package "libboost-system-dev"
package "libboost-filesystem-dev"
package "libboost-thread-dev"
-execute "php-pear-db" do
- command "pear install DB"
- not_if { File.exist?("/usr/share/php/DB") }
-end
-
execute "compile_nominatim" do
action :nothing
command "cd #{source_directory} && ./autogen.sh && ./configure && make"