From: Michael Tremer Date: Tue, 4 Aug 2009 19:28:33 +0000 (+0200) Subject: Fixed libvirt lfs file. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffdc71cc0acd3796a4c84117d92e15d5d4516365;p=ipfire-3.x.git Fixed libvirt lfs file. --- diff --git a/lfs/libvirt b/lfs/libvirt index 2267bf6a1..ffc8a2d41 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -42,12 +42,13 @@ DEBUG = no BUILD_DEPS = DEPS = gnutls -URL = http://www..org/ +URL = http://www.libvirt.org/ LICENSE = LGPLv2.1+ SHORT_DESC = A library for controlling VMs. define LONG_DESC - A toolkit to interact with the virtualization capabilities of recent versions of Linux + A toolkit to interact with the virtualization capabilities of recent \ + versions of Linux. endef ############################################################################### @@ -78,13 +79,14 @@ $(objects): $(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && \ ./configure \ $(CONFIGURE_ARCH) \ --prefix=/usr \ --disable-static \ --with-xen=no \ - --with-qemu + --with-qemu cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install