Skip to content

Commit

Permalink
use our compiled ssl for imap
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed May 6, 2017
1 parent 77f7493 commit b2b1950
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 b2b1950

Please sign in to comment.