From: Marcus Scholz Date: Thu, 29 Oct 2009 00:17:25 +0000 (+0100) Subject: Added pkg-config support to device-mapper part of lvm2. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61c7e960ffc4469f6c740dc8d399298ace5dd888;p=ipfire-3.x.git Added pkg-config support to device-mapper part of lvm2. Updated libvirt to version 0.7.2. --- diff --git a/lfs/libvirt b/lfs/libvirt index c25d200ff..3c7a68b4d 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -25,7 +25,7 @@ include Config PKG_NAME = libvirt -PKG_VER = 0.6.5 +PKG_VER = 0.7.2 PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) diff --git a/lfs/lvm2 b/lfs/lvm2 index d94306fbb..682a36754 100644 --- a/lfs/lvm2 +++ b/lfs/lvm2 @@ -25,7 +25,7 @@ include Config PKG_NAME = LVM2 -PKG_VER = 2.02.44 +PKG_VER = 2.02.54 PKG_REL = 0 THISAPP = $(PKG_NAME).$(PKG_VER) @@ -91,7 +91,8 @@ $(OBJECT): $(objects) --sbindir=/sbin \ --exec-prefix=/ \ --libdir=/lib \ - --disable-static + --disable-static \ + --enable-pkgconfig cd $(DIR_APP) && make #$(PARALLELISMFLAGS) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)