mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-07 04:07:17 +00:00
Revert "Fix link errors in tools/nss and tests"
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>
This commit is contained in:
parent
9c3dad5677
commit
44ef7d9e01
@ -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 = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user