]> git.pld-linux.org Git - packages/device-mapper.git/commitdiff
- --disable-nls for initrd (from lvm2.spec)
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 20 May 2006 12:33:40 +0000 (12:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    device-mapper.spec -> 1.55

device-mapper.spec

index 8e96642d4bfa6da8359bcfca26c2eb7a94057f32..17ef822eee8bab8c30fbaf59f695f740acf920fa 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Userspace support for the device-mapper
 Summary(pl):   Wsparcie dla mapowania urz±dzeñ w przestrzeni u¿ytkownika
 Name:          device-mapper
 Version:       1.02.07
-Release:       0.1
+Release:       0.3
 License:       GPL v2
 Group:         Applications/System
 Source0:       ftp://sources.redhat.com/pub/dm/%{name}.%{version}.tgz
@@ -133,7 +133,8 @@ cp -f /usr/share/automake/config.sub autoconf
        --with-optimisation="%{rpmcflags}" \
        --with-user=%(id -u) \
        --with-group=%(id -g) \
-       --with-interface=ioctl
+       --with-interface=ioctl \
+       --disable-nls
 sed -i -e 's#rpl_malloc#malloc#g' include/configure.h
 %{__make}
 
This page took 0.063352 seconds and 4 git commands to generate.