Skip to content

Commit

Permalink
Use openssl from homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Lind committed Jul 22, 2015
1 parent 16e992d commit 82e386d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Requires the following boxen modules:
* `pcre`
* `libpng`
* `mysql`
* `openssl`

The following boxen modules are required if optional PHP extensions are used:

Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/provider/php_version/php_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def get_configure_args(version, install_path, config_path)
"--with-libedit",
"--with-mhash",
"--with-curl",
"--with-openssl=/usr",
"--with-openssl=#{@resource[:homebrew_path]}/opt/openssl",
"--with-bz2=/usr",

"--with-mysql-sock=/tmp/mysql.sock",
Expand Down
1 change: 1 addition & 0 deletions manifests/version.pp
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
Package['boxen/brews/zlibphp'],
Package['autoconf'],
Package['boxen/brews/autoconf213'],
Package['openssl'],
],
notify => Exec["phpenv-rehash-post-install-${patch_version}"],
configure_params => $configure_params,
Expand Down

0 comments on commit 82e386d

Please sign in to comment.