SPECS: ndiswrapper.spec - fixed build on builders running Linux 2....

qboosh qboosh at pld-linux.org
Wed Jun 15 08:04:29 CEST 2005


Author: qboosh                       Date: Wed Jun 15 06:04:29 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed build on builders running Linux 2.4
- added missing verbose bcond

---- Files affected:
SPECS:
   ndiswrapper.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/ndiswrapper.spec
diff -u SPECS/ndiswrapper.spec:1.26 SPECS/ndiswrapper.spec:1.27
--- SPECS/ndiswrapper.spec:1.26	Wed Jun 15 02:35:38 2005
+++ SPECS/ndiswrapper.spec	Wed Jun 15 08:04:23 2005
@@ -6,6 +6,7 @@
 %bcond_without	userspace	# don't build userspace tools
 %bcond_without	smp		# don't build SMP module
 %bcond_without	up		# don't build UP module
+%bcond_with	verbose		# verbose build (V=1)
 #
 Summary:	Tools to "wrap around" NDIS drivers
 Summary(pl):	Narzędzia "opakowujące" sterowniki NDIS
@@ -132,12 +133,14 @@
     ln -sf %{_kernelsrcdir}/include/asm-%{_target_base_arch} include/asm
     touch include/config/MARKER
     %{__make} x86_64_stubs gen_exports \
-	KSRC=.
+	KSRC=. \
+	KVERS="%{_kernel_ver}"
     %{__make} -C %{_kernelsrcdir} clean \
 	RCS_FIND_IGNORE="-name '*.ko' -o" \
 	M=$PWD O=$PWD \
 	%{?with_verbose:V=1}
     %{__make} -C %{_kernelsrcdir} modules \
+	KVERS="%{_kernel_ver}" \
 	M=$PWD O=$PWD \
 	%{?with_verbose:V=1}
     mv ndiswrapper{,-$cfg}.ko
@@ -208,6 +211,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2005/06/15 06:04:23  qboosh
+- fixed build on builders running Linux 2.4
+- added missing verbose bcond
+
 Revision 1.26  2005/06/15 00:35:38  romke
 - up to version 1.2, STBR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ndiswrapper.spec?r1=1.26&r2=1.27&f=u




More information about the pld-cvs-commit mailing list