]> git.pld-linux.org Git - packages/drbd.git/commitdiff
- up to 0.7.22 auto/ac/drbd-0_7_22-1
authorzbyniu <zbyniu@pld-linux.org>
Sun, 29 Oct 2006 00:43:06 +0000 (00:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drbd.spec -> 1.82

drbd.spec

index 7e6ddff9b4340a60ed4dca807f0749f157199b89..7709073046f049f87b188b1968d10da1e83be835 100644 (file)
--- a/drbd.spec
+++ b/drbd.spec
 Summary:       drbd is a block device designed to build high availibility clusters
 Summary(pl):   drbd jest urz±dzeniem blokowym dla klastrów o wysokiej niezawodno¶ci
 Name:          drbd
-Version:       0.7.21
+Version:       0.7.22
 Release:       %{_rel}
 License:       GPL
 Group:         Base/Kernel
 Source0:       http://oss.linbit.com/drbd/0.7/%{name}-%{version}.tar.gz
-# Source0-md5: 17bfc263852db38fa9e51e02eb264e43
-Patch0:                %{name}-nodevfs.patch
+# Source0-md5: 589626e0c62d314d3bbe78275b9e7d2d
 URL:           http://www.drbd.org/
 BuildRequires: bison
 BuildRequires: flex
@@ -100,12 +99,12 @@ przez (dedykowan
 
 %prep
 %setup -q
-%patch -p0
 
 %build
 %if %{with userspace}
 %{__make} tools \
-       CC="%{__cc}"
+       CC="%{__cc}" \
+       KDIR="%{_kernelsrcdir}"
 %endif
 
 %if %{with kernel}
@@ -131,6 +130,7 @@ for cfg in %{?with_dist_kernel:%{?with_smp:smp} up}%{!?with_dist_kernel:nondist}
                ARCH=%{_target_base_arch} \
                CROSS_COMPILE=%{_target_base_cpu}-pld-linux- \
 %endif
+               EXTRA_CFLAGS="-DNO_MORE_DEV_FS" \
                HOSTCC="%{__cc}" \
                CPP="%{__cpp}" \
                M=$PWD O=$PWD/o \
This page took 0.227971 seconds and 4 git commands to generate.