]> git.pld-linux.org Git - packages/device-mapper.git/commitdiff
- fix building with not-running kernel
authorArtur Frysiak <artur@frysiak.net>
Sat, 10 May 2003 14:40:48 +0000 (14:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    device-mapper.spec -> 1.4

device-mapper.spec

index 688f937af8049b4bb844cbd6b40faa4a2285f8f4..7d32224a286a8dc0a79ea459f1e9334ad362ee58 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Userspace support for the device-mapper
 Summary(pl):   Wsparcie dla mapowania urz±dzeñ w przestrzeni u¿ytkownika
 Name:          device-mapper
 Version:       0.96.08
-Release:       0.1
+Release:       0.1@%{_kernel_ver_str}
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://ftp.sistina.com/pub/LVM2/device-mapper/%{name}.%{version}.tgz
@@ -48,7 +48,10 @@ Pliki nag
 %build
 %{__aclocal}                                                                    
 %{__autoconf}                                                                   
-%configure
+%configure \
+       --with-interface=ioctl \
+       --with-kernel-dir=%{_kernelsrcdir} \
+       --with-kernel-version=%{_kernel_ver} 
 %{__make}
 
 %install
This page took 0.033698 seconds and 4 git commands to generate.