]> git.pld-linux.org Git - packages/atl2.git/commitdiff
- proper patch0 (and it's for >= 2.6.21, not .19)
authorzbyniu <zbyniu@pld-linux.org>
Fri, 24 Aug 2007 21:08:53 +0000 (21:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atl2.spec -> 1.7

atl2.spec

index 66a9d5f6409bed011e4a2b7bbb5ed76af714fcc7..8ed6ca71d6b7d08543ded54eb7b04a9518db66ac 100644 (file)
--- a/atl2.spec
+++ b/atl2.spec
@@ -34,7 +34,7 @@ Attansic(R) L2 Fast Ethernet Adapter.
 
 %prep
 %setup -q -n atl2-%{version}
-%patch0 -p0
+%patch0 -p1
 
 cat > src/Makefile <<'EOF'
 obj-m := atl2.o
@@ -42,7 +42,7 @@ atl2-objs := at_main.o at_hw.o at_param.o at_ethtool.o kcompat.o
 EOF
 
 %build
-%build_kernel_modules -C src -m atl2
+%build_kernel_modules -C src -m atl2 EXTRA_CFLAGS="-DDBG=0"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.061605 seconds and 4 git commands to generate.