]> git.pld-linux.org Git - packages/wl.git/blobdiff - wl.spec
- added patches from Debian to fix old crash and new one on linux 4.8
[packages/wl.git] / wl.spec
diff --git a/wl.spec b/wl.spec
index 988c911f6eeb87514fcf92c906f4b49f806d7275..fb265bceefd1ef9b6dbe633834bfe76563eb08d3 100644 (file)
--- a/wl.spec
+++ b/wl.spec
@@ -18,7 +18,7 @@ exit 1
 
 %define                _duplicate_files_terminate_build        0
 
-%define                rel     2
+%define                rel     3
 %define                pname   wl
 %define                file_ver        %(echo %{version} | tr . _)
 Summary:       Broadcom 802.11 a/b/g/n hybrid Linux networking device driver
@@ -35,9 +35,11 @@ Source2:     http://www.broadcom.com/docs/linux_sta/README.txt
 # Source2-md5: 8a6e8708a5e00ab6d841cde51d70eb1b
 Source3:       dkms.conf
 Source4:       modprobe.conf
+Patch0:                13-broadcom-sta-6.30.223.248-linux-3.18-null-pointer-crash.patch
 Patch1:                gcc-4.9.patch
 Patch2:                no-dead-code.patch
 Patch3:                linux-4.7.patch
+Patch4:                linux-4.8.patch
 URL:           http://www.broadcom.com/support/802.11/linux_sta.php
 BuildRequires: rpmbuild(macros) >= 1.701
 %{?with_kernel:%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:2.6.20.2}}
@@ -118,9 +120,11 @@ EOF\
 %define src 0
 %endif
 %setup -c -T -q -n %{pname}-%{version} -b%{src}
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 mkdir wl
 mv lib src Makefile wl/
This page took 0.037141 seconds and 4 git commands to generate.