From 9e66cac2ba5bc6334870746939dfc6bb22ebb649 Mon Sep 17 00:00:00 2001 From: Mohamed Larabi Date: Fri, 7 Feb 2014 15:44:59 +0100 Subject: [PATCH] attempt to install build dependency libvirt-devel --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 417149a..147f165 100644 --- 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 -- 2.43.0