]> git.pld-linux.org Git - packages/device-mapper.git/commitdiff
- drop --with-kernel-dir (fixes build problems) - cieciwa + drop errno patch, sorry
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 5 Mar 2004 14:17:13 +0000 (14:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    device-mapper.spec -> 1.19

device-mapper.spec

index cd67d124afb1f60a0cd2746f57db66dfbd6e0462..cce5965530cc8f7c4461de50a7394f4a57a4f854 100644 (file)
@@ -13,7 +13,6 @@ Source0:      ftp://ftp.sistina.com/pub/LVM2/device-mapper/%{name}.%{version}.tgz
 # Source0-md5: 44920cd973a6abc79109af9bff9d8af6
 Patch0:                %{name}-install.patch
 Patch1:                %{name}-opt.patch
-Patch2:                %{name}-errno.patch
 BuildRequires: autoconf
 BuildRequires: automake
 %{!?with_dist_kernel:BuildRequires:    kernel-headers}
@@ -65,7 +64,6 @@ Statyczna biblioteka devmapper.
 %setup -q -n %{name}.%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 cp -f /usr/share/automake/config.sub autoconf
@@ -73,7 +71,6 @@ cp -f /usr/share/automake/config.sub autoconf
 %{__autoconf}
 %configure \
        --with-interface=ioctl \
-       --with-kernel-dir=%{_kernelsrcdir} \
        --with-kernel-version=%{_kernel_ver}
 %{__make}
 
This page took 0.033969 seconds and 4 git commands to generate.