Skip to content

Commit

Permalink
Correction bug #324 add -lexecinfo to configure.ac for OpenBSD (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie Root <root@villa.expertinet.fr>
  • Loading branch information
mikygee and Charlie Root committed Nov 7, 2023
1 parent b6194bd commit 14e89ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -284,7 +284,7 @@ fi
unamestr=$(uname)
if test $unamestr == 'OpenBSD'; then
AC_CHECK_LIB(mysqlclient, mysql_init,
[ LIBS="-lmysqlclient -lm $LIBS"
[ LIBS="-lmysqlclient -lexecinfo -lm $LIBS"
AC_DEFINE(HAVE_MYSQL, 1, MySQL Client API)
HAVE_MYSQL=yes ],
[ HAVE_MYSQL=no ]
Expand Down

0 comments on commit 14e89ec

Please sign in to comment.