mysql is correctly detected (version: mysql-client-8.0.31nb1).
yet I run into this. any idea if this is on your side or mine? gmake[3]: Entering directory '/usr/work/net/gnunet/work/gnunet-0.19.2/src/mysql' CC mysql.lo In file included from mysql.c:28: mysql.c: In function 'iopen': ../../src/include/gnunet_mysql_compat.h:48:20: error: 'my_bool' undeclared (first use in this function); did you mean 'bool'? 48 | #define MYSQL_BOOL my_bool; //MySQL < 8 wants this | ^~~~~~~ mysql.c:224:3: note: in expansion of macro 'MYSQL_BOOL' 224 | MYSQL_BOOL reconnect; | ^~~~~~~~~~ ../../src/include/gnunet_mysql_compat.h:48:20: note: each undeclared identifier is reported only once for each function it appears in 48 | #define MYSQL_BOOL my_bool; //MySQL < 8 wants this | ^~~~~~~ mysql.c:224:3: note: in expansion of macro 'MYSQL_BOOL' 224 | MYSQL_BOOL reconnect; | ^~~~~~~~~~ mysql.c:224:14: error: 'reconnect' undeclared (first use in this function); did you mean 'connect'? 224 | MYSQL_BOOL reconnect; | ^~~~~~~~~ | connect gmake[3]: *** [Makefile:560: mysql.lo] Error 1 gmake[3]: Leaving directory '/usr/work/net/gnunet/work/gnunet-0.19.2/src/mysql' gmake[2]: *** [Makefile:548: all-recursive] Error 1 gmake[2]: Leaving directory '/usr/work/net/gnunet/work/gnunet-0.19.2/src' gmake[1]: *** [Makefile:599: all-recursive] Error 1 gmake[1]: Leaving directory '/usr/work/net/gnunet/work/gnunet-0.19.2' gmake: *** [Makefile:510: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/net/gnunet *** Error code 1