Commit 8eda6ba1 authored by unknown's avatar unknown

Fix for linking mit-pthread with libmysql_r

parent 07b1c514
......@@ -1812,7 +1812,7 @@ install: all # modified by MySQL configure' \
AC_DEFINE(HAVE_mit_thread)
MT_INCLUDES="-I\$(top_srcdir)/mit-pthreads/include"
AC_SUBST(MT_INCLUDES)
MT_LD_ADD="\$(top_srcdir)/mit-pthreads/obj/libpthread.a"
MT_LD_ADD="-L \$(top_srcdir)/mit-pthreads/obj/ -lpthread"
AC_SUBST(MT_LD_ADD)
LIBS="$MT_LD_ADD $LIBS"
echo ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment