]> xenbits.xensource.com Git - libvirt.git/commitdiff
Revert "Fix link errors in tools/nss and tests"
authorJán Tomko <jtomko@redhat.com>
Mon, 13 Aug 2018 11:38:28 +0000 (13:38 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 13 Aug 2018 13:50:00 +0000 (15:50 +0200)
This reverts commit b3d9b08ef797e569b14cfa42d3dceba23c2a5b14.

Jansson cannot parse QEMU's quirky JSON.
Revert back to yajl.

https://bugzilla.redhat.com/show_bug.cgi?id=1614569

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
tools/Makefile.am

index 26c887649e2f1d9f63ffc769c8256f8efadaebdb..1452d984a071b2098a6cb36111e502bc323f6ee1 100644 (file)
@@ -527,8 +527,7 @@ nss_libnss_libvirt_impl_la_CFLAGS = \
 
 nss_libnss_libvirt_impl_la_LIBADD = \
        ../gnulib/lib/libgnu.la \
-       ../src/libvirt-nss.la \
-       $(DLOPEN_LIBS)
+       ../src/libvirt-nss.la
 
 nss_libnss_libvirt_la_SOURCES =
 nss_libnss_libvirt_la_LDFLAGS = \
@@ -555,8 +554,7 @@ nss_libnss_libvirt_guest_impl_la_CFLAGS = \
 
 nss_libnss_libvirt_guest_impl_la_LIBADD = \
        ../gnulib/lib/libgnu.la \
-       ../src/libvirt-nss.la \
-       $(DLOPEN_LIBS)
+       ../src/libvirt-nss.la
 
 nss_libnss_libvirt_guest_la_SOURCES =
 nss_libnss_libvirt_guest_la_LDFLAGS = \