Skip to content

Commit

Permalink
Build with libxml from homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Lind committed Nov 11, 2015
1 parent 2de7ff5 commit 464f0d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/puppet/provider/php_version/php_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def get_configure_args(version, install_path, config_path)
"--with-mhash",
"--with-curl=#{@resource[:homebrew_path]}/opt/curl",
"--with-openssl=#{@resource[:homebrew_path]}/opt/openssl",
"--with-libxml-dir=#{@resource[:homebrew_path]}/opt/libxml2",
"--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 @@ -145,6 +145,7 @@
Package['boxen/brews/autoconf213'],
Package['openssl'],
Package['curl'],
Package['libxml2'],
],
notify => Exec["phpenv-rehash-post-install-${patch_version}"],
configure_params => $configure_params,
Expand Down

0 comments on commit 464f0d5

Please sign in to comment.