[Buildroot] [PATCH 1/1] package/mariadb: requires DES in openssl

Peter Korsgaard peter at korsgaard.com
Mon Mar 25 07:31:14 UTC 2024


>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice at gmail.com> writes:

 > Enable DES in openssl to avoid the following build failure raised since
 > commit a83d41867c8d69a77d5cd0a665aa216af5340359:

 > In file included from /home/buildroot/autobuild/run/instance-2/output-1/build/mariadb-10.11.6/libmysqld/../sql/mysqld.cc:50,
 >                  from /home/buildroot/autobuild/run/instance-2/output-1/build/mariadb-10.11.6/libmysqld/lib_sql.cc:34:
 > /home/buildroot/autobuild/run/instance-2/output-1/build/mariadb-10.11.6/libmysqld/../sql/des_key_file.h:26:3: error: 'DES_cblock' does not name a type
 >    26 |   DES_cblock key1, key2, key3;
 >       |   ^~~~~~~~~~
 > /home/buildroot/autobuild/run/instance-2/output-1/build/mariadb-10.11.6/libmysqld/../sql/des_key_file.h:31:3:
 > error: 'DES_key_schedule' does not name a type; did you mean
 > 'st_des_keyschedule'?
 >    31 |   DES_key_schedule ks1, ks2, ks3;
 >       |   ^~~~~~~~~~~~~~~~
 >       |   st_des_keyschedule

 > Fixes: a83d41867c8d69a77d5cd0a665aa216af5340359
 >  - http://autobuild.buildroot.org/results/bd067de9c2699dc9628c00b929a01890b14d53c1

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

Committed to 2024.02.x, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list