Remove dependencies on libdl and libpthread
Brought to you by:
fortier
The Debian packaging scripts detect that libta_lib.so.0.0.0 links with libdl.so.2 and libpthread.so.0 whereas it uses symbols from neither lib.
I expect you could fix this by removing the following lines from confiure.in:
AC_CHECK_LIB([dl], [dlopen])
AC_CHECK_LIB([pthread], [pthread_create])
Best regards,
Marco
Logged In: YES
user_id=1123
Originator: NO
Your fix now in SVN.
Thanks for reporting this and contributing the fix with it.
\Mario