Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/5_6_yosemite' into 7_0_yosemite
Browse files Browse the repository at this point in the history
* origin/5_6_yosemite:
  use our compiled ssl for imap
  • Loading branch information
chregu committed May 6, 2017
2 parents 0f3c334 + b2b1950 commit 72b0090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Package/imapcclient.pm
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ sub php_extension_configure_flags {
my $self = shift @_;
my (%args) = @_;
my $packagename = $self->packagename();
return "--with-imap=shared,../$packagename --with-kerberos=/usr --with-imap-ssl=/usr";
return "--with-imap=shared,../$packagename --with-kerberos=/usr --with-imap-ssl=/usr/local/php5";
}


Expand Down

0 comments on commit 72b0090

Please sign in to comment.