Closed skateinmars closed 11 years ago
./configure is the default, there is no need to override it. Use with instead.
source "http://nginx.org/download/nginx-#{version}.tar.gz" do
prefix '/usr/local/nginx'
with :http_ssl_module
end
Etc.
Although technically what you're doing should work. Give master a test. I just pushed a fix. (although it's the wrong way to do it)
You're right, I missed the doc for configure options. The bug did apply to build_command and install_command though.
Anyway, your fix works perfectly. Thanks!
The new option
configure_command
for the source install does not output a correct bash command:This will output the following command for the install sequence:
This step will fail with
error code 32512
.I haven't taken much time to dig into the source and provide a PR but the following workaround works: