SPECS: sk98lin.spec - added Makefile fix (always build module, no matter wh...
hawk
hawk at pld-linux.org
Tue Jul 29 12:26:41 CEST 2008
Author: hawk Date: Tue Jul 29 10:26:41 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added Makefile fix (always build module, no matter what kernel config says),
this fixes building with 2.6.26
- release 7
---- Files affected:
SPECS:
sk98lin.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/sk98lin.spec
diff -u SPECS/sk98lin.spec:1.9 SPECS/sk98lin.spec:1.10
--- SPECS/sk98lin.spec:1.9 Mon Jul 28 10:31:40 2008
+++ SPECS/sk98lin.spec Tue Jul 29 12:26:35 2008
@@ -9,7 +9,7 @@
%bcond_with verbose # verbose build (V=1)
#
%define pname sk98lin
-%define rel 6
+%define rel 7
#
Summary: Linux driver for family of Marvell Yukon adapters
Summary(pl.UTF-8): Sterownik do kart z rodziny Marvell Yukon
@@ -22,6 +22,7 @@
Source0: %{pname}-%{version}.tar.bz2
# Source0-md5: a8b76fae6e52bd6424dc1966d86675f5
Patch0: %{pname}-disable-napi.patch
+Patch1: %{pname}-makefile.patch
URL: http://www.marvell.com/
%{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.20.2}
BuildRequires: rpmbuild(macros) >= 1.379
@@ -62,6 +63,7 @@
%if "%{_kernel_ver}" >= "2.6.24"
%patch0 -p1
%endif
+%patch1 -p1
%build
%build_kernel_modules -m %{pname}
@@ -96,6 +98,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2008/07/29 10:26:35 hawk
+- added Makefile fix (always build module, no matter what kernel config says),
+ this fixes building with 2.6.26
+- release 7
+
Revision 1.9 2008/07/28 08:31:40 hawk
- release 6
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/sk98lin.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list