On 2015-10-03 Andreas Metzler <[email protected]> wrote: [...] > this should be fixed upstream but actually isn't, because the > configure test failed:
> AC_CHECK_FUNCS(gnutls_certificate_set_retrieve_function,,) > ... > configure:18329: checking for gnutls_certificate_set_retrieve_function > configure:18329: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat > -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5 > /dev/shm/ccWseG6b.o: In function `main': > /tmp/NEON/rsyslog-8.12.0/conftest.c:186: undefined reference to > `gnutls_certificate_set_retrieve_function' > collect2: error: ld returned 1 exit status > Note that the gcc line is missing the -lgnutls. Hello, This is fixed in 8.13, which includes 588b4ca7412326abd51a5b2060eafbc04611e419 (Fix detection of the GnuTLS package). cu Andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure'

