]> git.pld-linux.org Git - packages/lvm2.git/commitdiff
- trying to build it on x86-64 without recompiling dietlibc
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 18 Mar 2009 15:25:10 +0000 (15:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lvm2.spec -> 1.128

lvm2.spec

index 1f17fbd1d18f96df565f5c27eec1dbf9b7008f72..18f9b832dcd11657f6d799926d3a66c9039a4732 100644 (file)
--- a/lvm2.spec
+++ b/lvm2.spec
@@ -27,7 +27,7 @@ Summary:      The new version of Logical Volume Manager for Linux
 Summary(pl.UTF-8):     Nowa wersja Logical Volume Managera dla Linuksa
 Name:          lvm2
 Version:       2.02.45
-Release:       2
+Release:       2.1
 License:       GPL v2
 Group:         Applications/System
 Source0:       ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
@@ -227,7 +227,8 @@ cp -f /usr/share/automake/config.sub autoconf
 
 %{__sed} -i -e 's#rpl_malloc#malloc#g' lib/misc/configure.h
 
-%{__make} -j1
+%{__make} -j1 -C libdm
+%{__make} -j1 -C lib
 %{__make} -j1 -C tools dmsetup.static lvm.static
 mv -f tools/lvm.static initrd-lvm
 mv -f tools/dmsetup.static initrd-dmsetup
This page took 0.190989 seconds and 4 git commands to generate.