Re: [libvirt] [PATCH] fix compilation failure under tests/

2013-04-08 Thread Daniel P. Berrange
On Sat, Apr 06, 2013 at 07:17:30AM -0600, Eric Blake wrote: > On 04/05/2013 08:44 PM, Serge Hallyn wrote: > > Without this, I get errors like > > > > /usr/bin/ld: virnettlscontexttest.o: undefined reference to symbol > > 'gnutls_x509_crt_set_activation_time@@GNUTLS_1_4' > > /usr/bin/ld: note: 'gn

Re: [libvirt] [PATCH] fix compilation failure under tests/

2013-04-06 Thread Eric Blake
On 04/05/2013 08:44 PM, Serge Hallyn wrote: > Without this, I get errors like > > /usr/bin/ld: virnettlscontexttest.o: undefined reference to symbol > 'gnutls_x509_crt_set_activation_time@@GNUTLS_1_4' > /usr/bin/ld: note: 'gnutls_x509_crt_set_activation_time@@GNUTLS_1_4' is > defined in DSO /usr

[libvirt] [PATCH] fix compilation failure under tests/

2013-04-05 Thread Serge Hallyn
Without this, I get errors like /usr/bin/ld: virnettlscontexttest.o: undefined reference to symbol 'gnutls_x509_crt_set_activation_time@@GNUTLS_1_4' /usr/bin/ld: note: 'gnutls_x509_crt_set_activation_time@@GNUTLS_1_4' is defined in DSO /usr/lib/x86_64-linux-gnu/libgnutls.so.26 so try adding it t