]> git.pld-linux.org Git - packages/wl.git/blobdiff - wl.spec
- x32 rebuild
[packages/wl.git] / wl.spec
diff --git a/wl.spec b/wl.spec
index 93b675dbc038e2bbd43b462be9892d7ba1db1ef1..a2174b780a22f370c7fb0a47b54f8d909246e9e1 100644 (file)
--- a/wl.spec
+++ b/wl.spec
@@ -1,12 +1,17 @@
 # Conditional build:
 %bcond_without kernel          # don't build kernel modules
 %bcond_with    verbose         # verbose build (V=1)
-%bcond_with    dkms            # build dkms package
+%bcond_without userspace       # don't build userspace programs
+%bcond_without dkms            # build dkms package
+
+%if %{without userspace}
+%undefine      with_dkms
+%endif
 
 # nothing to be placed to debuginfo package
 %define                _enable_debug_packages  0
 
-%define                rel     4
+%define                rel     5
 %define                pname   wl
 %define                file_ver        %(echo %{version} | tr . _)
 Summary:       Broadcom 802.11 a/b/g/n hybrid Linux networking device driver
@@ -27,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
This page took 0.29624 seconds and 4 git commands to generate.