This commit is contained in:
committed by
Git OBS Bridge
parent
7432d0a11d
commit
49c5dbfe72
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
|
||||
|
||||
- disable as-needed for this package as it fails to build with it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 8 17:18:14 CEST 2009 - hschaa@suse.de
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package wireless-tools (Version MACRO)
|
||||
# spec file for package wireless-tools (Version 30.pre8)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -23,7 +23,7 @@ BuildRequires: openssl-devel udev
|
||||
Summary: Tools for a wireless LAN
|
||||
%define major_version 30
|
||||
Version: %{major_version}.pre8
|
||||
Release: 1
|
||||
Release: 3
|
||||
Group: Hardware/Wifi
|
||||
License: GPL v2 or later
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -93,6 +93,9 @@ Authors:
|
||||
%patch
|
||||
|
||||
%build
|
||||
# This package failed when testing with -Wl,-as-needed being default.
|
||||
# So we disable it here, if you want to retest, just delete this comment and the line below.
|
||||
export SUSE_ASNEEDED=0
|
||||
make CFLAGS="$RPM_OPT_FLAGS"
|
||||
make CFLAGS="$RPM_OPT_FLAGS" -C ../lwepgen
|
||||
|
||||
@@ -152,6 +155,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2009 coolo@novell.com
|
||||
- disable as-needed for this package as it fails to build with it
|
||||
* Mon Jun 08 2009 hschaa@suse.de
|
||||
- Remove ipw2100.modprobe, the associate parameter already defaults
|
||||
to 0 since 2.6.30
|
||||
|
Reference in New Issue
Block a user