attempt to install build dependency libvirt-devel
authorMohamed Larabi <mohamed.larabi@inria.fr>
Fri, 7 Feb 2014 14:44:59 +0000 (15:44 +0100)
committerMohamed Larabi <mohamed.larabi@inria.fr>
Fri, 7 Feb 2014 14:44:59 +0000 (15:44 +0100)
Makefile

index 417149a..147f165 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,9 @@ endef
 
 $(eval $(call download_target,libvirt-python))
 
+# install libvirt-devel
+$(shell yum localinstall $(FAKEROOT)/RPMS/libvirt-devel-1.2.1-0.rpm)
+
 sources: $(ALL) 
 .PHONY: sources