]> git.pld-linux.org Git - packages/wl.git/commitdiff
- use 64bit binary blob on x32 auto/th/wl-6.30.223.248-7
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 3 Mar 2015 20:55:44 +0000 (20:55 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 3 Mar 2015 20:55:44 +0000 (20:55 +0000)
- rel 7

wl.spec

diff --git a/wl.spec b/wl.spec
index ed3b7fd10f4d1738f3e8c41656abe7df088b5582..7b625dce5927257413a3a549d881dea0c5e98dc8 100644 (file)
--- a/wl.spec
+++ b/wl.spec
@@ -11,7 +11,7 @@
 # nothing to be placed to debuginfo package
 %define                _enable_debug_packages  0
 
-%define                rel     6
+%define                rel     7
 %define                pname   wl
 %define                file_ver        %(echo %{version} | tr . _)
 Summary:       Broadcom 802.11 a/b/g/n hybrid Linux networking device driver
@@ -32,7 +32,7 @@ Patch1:               gcc-4.9.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}}
-ExclusiveArch: %{ix86} %{x8664}
+ExclusiveArch: %{ix86} %{x8664} x32
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -101,7 +101,7 @@ EOF\
 %{?with_kernel:%{expand:%create_kernel_packages}}
 
 %prep
-%ifarch %{x8664}
+%ifarch %{x8664} x32
 %define src 1
 %else
 %define src 0
This page took 0.105044 seconds and 4 git commands to generate.