]> git.pld-linux.org Git - packages/device-mapper.git/commitdiff
- updated to 1.01.05
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 6 Oct 2005 20:28:56 +0000 (20:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated for current klibc (BR: klibc-static, use "klcc -static" as CC)
  note: recent kernel-headers (2.6.12 or so) are needed for klibc to build dm

Changed files:
    device-mapper.spec -> 1.45

device-mapper.spec

index 1d57afdfc6095dcb2349485fa7065cffcfa9359b..7400f2a83d46385f4286c6fa10eb9af5289736d5 100644 (file)
@@ -6,12 +6,12 @@
 Summary:       Userspace support for the device-mapper
 Summary(pl):   Wsparcie dla mapowania urz±dzeñ w przestrzeni u¿ytkownika
 Name:          device-mapper
-Version:       1.01.04
+Version:       1.01.05
 Release:       1
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://sources.redhat.com/pub/dm/%{name}.%{version}.tgz
-# Source0-md5: 42dd0610e24d4b4f2409a32a04e6e37f
+# Source0-md5: 074cf116cc2c7194f2d100bc5f743833
 Patch0:                %{name}-stack.patch
 # http://www.redhat.com/archives/dm-devel/2005-March/msg00022.html
 Patch1:                %{name}-disable_dynamic_link.patch
@@ -21,7 +21,7 @@ BuildRequires:        autoconf
 BuildRequires: automake
 %{?with_selinux:BuildRequires: libselinux-devel >= 1.10}
 %{?with_selinux:Requires:      libselinux >= 1.10}
-%{?with_initrd:BuildRequires:  klibc}
+%{?with_initrd:BuildRequires:  klibc-static}
 Conflicts:     dev < 2.9.0-8
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -130,7 +130,7 @@ cp -f /usr/share/automake/config.sub autoconf
        --enable-static_link \
        --disable-dynamic_link \
        --enable-klibc \
-       CC="klcc"
+       CC="klcc -static"
 %{__make}
 
 cp -a dmsetup/dmsetup.static initrd-dmsetup
This page took 0.060367 seconds and 4 git commands to generate.