Skip to content
  • Nirbheek Chauhan's avatar
    openssl.recipe: New recipe needed by the dtls plugin · 3e16c681
    Nirbheek Chauhan authored
    This commit also installs a new Perl in its own prefix in bootstrap.
    
    OpenSSL needs Perl 5.10.0, and removing that dependency is too much
    work. Unfortunately, we cannot use Strawberry Perl because that
    operates on back-slashes instead of unix-style forward-slashes so
    OpenSSL's Configure rejects it.
    
    We also can't use this MinGW-Perl as a replacement for MSYS's Perl
    because it can't find any MSYS tools (like m4), which causes perl
    scripts like autom4te which call `system m4` to fail.
    
    As a result, this Perl is *only* used by openssl.recipe and only when
    building natively on Windows.
    3e16c681