ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

openssh-configure.patch (495B)


      1 --- openssh-6.0p1/configure
      2 +++ openssh-6.0p1.patched/configure
      3 @@ -7666,6 +7666,7 @@
      4    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
      5  /* end confdefs.h.  */
      6   #include <stdio.h>
      7 +#include <stdlib.h>
      8  int
      9  main ()
     10  {
     11 @@ -10827,6 +10829,7 @@
     12  
     13  #include <stdio.h>
     14  #include <string.h>
     15 +#include <stdlib.h>
     16  #include <openssl/opensslv.h>
     17  #define DATA "conftest.sslincver"
     18  
     19 @@ -10951,6 +10954,7 @@
     20  
     21  #include <string.h>
     22  #include <openssl/opensslv.h>
     23 +#include <openssl/crypto.h>
     24  
     25  int
     26  main ()