kumquat-buildroot/package/ace
Fabrice Fontaine 7da45d9b63 package/ace: fix build with libressl
Fix the following build failure with libressl raised since the addition
of the package in commit 3621918d1b:

/home/autobuild/autobuild/instance-10/output-1/build/ace-7.0.6/ace/SSL/SSL_Asynch_BIO.cpp:174:7: error: 'BIO_get_init' was not declared in this scope; did you mean 'BIO_set_init'?
  174 |   if (BIO_get_init(pBIO) == 0 || p_stream == 0 || buf == 0 || len <= 0)
      |       ^~~~~~~~~~~~
      |       BIO_set_init

Fixes:
 - http://autobuild.buildroot.org/results/386afa88ac9e5e3bb65dddeabf610bb1e9bc4285

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-04-04 21:47:57 +02:00
..
0001-ACE-ace-SSL-SSL_Asynch_BIO.cpp-fix-build-with-libres.patch package/ace: fix build with libressl 2022-04-04 21:47:57 +02:00
ace.hash package/ace: bump to version 7.0.6 2022-03-15 22:10:00 +01:00
ace.mk package/ace: bump to version 7.0.6 2022-03-15 22:10:00 +01:00
Config.in
platform_macros.GNU