PeterMosmans / openssl

'Extra featured' OpenSSL with ChaCha20 and Poly1305 support
https://onwebsecurity.com/pages/openssl.html
Other
92 stars 18 forks source link

Ensure openssl builds on systems not having `makedepend`. #27

Closed jpluimers closed 9 years ago

jpluimers commented 9 years ago

Solves issues when building on darwin which doesn't have makedepend.

jpluimers commented 9 years ago

Sorry for breaking the build. Could it be that not all Perl distributions know about the File::Which function? http://search.cpan.org/~plicease/File-Which-1.19/lib/File/Which.pm

jpluimers commented 9 years ago

I think I made it work (:

PeterMosmans commented 9 years ago

Thanks, I'm running some integration checks right now. As you might have noticed, I have configured Travis in such a way that it tests all (new) branches and pull requests automatically.