From: John Ferlan Date: Fri, 10 Feb 2017 13:00:41 +0000 (-0500) Subject: tests: Link virusbmock with probes X-Git-Tag: CVE-2017-2635~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8a35271d41a4a57ef8fdbc8da9d925cc76a3ee4;p=thirdparty%2Flibvirt.git tests: Link virusbmock with probes Seeing similar error to commit id '997be5c27' with the inability to find the libvirt_event_poll_purge_timeout_semaphore symbol causing a virusbtest failure. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 7149a865ed..32a7282d43 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1204,6 +1204,7 @@ virusbmock_la_SOURCES = virusbmock.c virusbmock_la_CFLAGS = $(AM_CFLAGS) virusbmock_la_LDFLAGS = $(MOCKLIBS_LDFLAGS) virusbmock_la_LIBADD = $(MOCKLIBS_LIBS) \ + $(PROBES_O) \ ../src/libvirt_util.la virnetdevbandwidthmock_la_SOURCES = \