[syslog-ng] syslog_ng 3.3.4 make error on HPUX HPPA 11.11
Lennert Buytenhek
buytenh at wantstofly.org
Wed May 30 12:21:53 CEST 2012
On Wed, May 30, 2012 at 12:02:50PM +0200, Pal Tamas wrote:
> The smaller problem that ivykis' autoconfuse doesn't check for these
> pthread_* functions, but expects them to exist.
Upstream configure.ac has this check:
AC_SEARCH_LIBS([pthread_atfork], [pthread], [],
AC_MSG_ERROR(pthreads support is required to build ivykis.))
(It used to check for pthread_create, but on Linux that would lead to
the earlier -lrt dependency (for clock_gettime()) implicitly pulling
in -lpthread but not libpthread_nonshared.a.)
More information about the syslog-ng
mailing list