From b39c370a76d46888ab589bdb6ab4ba47a3efcc96 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Feb 16 2010 23:59:23 +0000 Subject: add the patch --- diff --git a/libvirt-0.7.6-add-needed.patch b/libvirt-0.7.6-add-needed.patch new file mode 100644 index 0000000..51472a7 --- /dev/null +++ b/libvirt-0.7.6-add-needed.patch @@ -0,0 +1,12 @@ +diff -up libvirt-0.7.6/tests/Makefile.am.jx libvirt-0.7.6/tests/Makefile.am +--- libvirt-0.7.6/tests/Makefile.am.jx 2010-01-21 09:32:37.000000000 -0500 ++++ libvirt-0.7.6/tests/Makefile.am 2010-02-16 18:49:36.000000000 -0500 +@@ -317,7 +317,7 @@ conftest_LDADD = $(LDADDS) + + nodeinfotest_SOURCES = \ + nodeinfotest.c testutils.h testutils.c +-nodeinfotest_LDADD = $(LDADDS) ++nodeinfotest_LDADD = $(LDADDS) -ldl + + statstest_SOURCES = \ + statstest.c testutils.h testutils.c