OBS User unknown
2008-11-09 23:40:41 +00:00
committed by Git OBS Bridge
parent 763992a837
commit 1e2f05adad
3 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Nov 8 20:13:25 CET 2008 - coolo@suse.de
- fix build of the shared lib again
-------------------------------------------------------------------
Thu Nov 6 17:56:28 CET 2008 - hschaa@suse.de

View File

@@ -22,7 +22,7 @@ Name: wireless-tools
BuildRequires: openssl-devel
Summary: Tools for a wireless LAN
Version: 30.pre7
Release: 1
Release: 2
%define wlanng_version 0.2.5
Group: Hardware/Wifi
License: GPL v2 or later
@@ -101,6 +101,8 @@ rm -rf $RPM_BUILD_ROOT
%doc CHANGELOG.h INSTALL PCMCIA.txt README*
%changelog
* Sat Nov 08 2008 coolo@suse.de
- fix build of the shared lib again
* Thu Nov 06 2008 hschaa@suse.de
- ipw2200 and ipw2100 should not automatically associate with any
access point (default to associate=0). Fixes interferences with

View File

@@ -1,8 +1,17 @@
Index: Makefile
===================================================================
--- Makefile.orig
+++ Makefile
@@ -93,7 +93,7 @@ endif
--- Makefile.orig 2008-08-30 00:24:55.000000000 +0000
+++ Makefile 2008-11-08 19:09:26.000000000 +0000
@@ -19,7 +19,7 @@
## a local version (non-root).
## Standard distros should comment that option to save space and to
## build libiw.so used by third parties...
-BUILD_STATIC = y
+#BUILD_STATIC = y
## Uncomment this to build without using libm (less efficient).
## This is mostly useful for embedded platforms without maths.
@@ -105,7 +105,7 @@
# Other flags
CFLAGS=-Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow \
@@ -10,8 +19,8 @@ Index: Makefile
+ -Wpointer-arith -Wcast-qual -Winline -I. $(RPM_OPT_FLAGS) -fno-strict-aliasing
#CFLAGS=-O2 -W -Wall -Wstrict-prototypes -I.
DEPFLAGS=-MMD
XCFLAGS=$(CFLAGS) $(DEPFLAGS) $(WARN) $(HEADERS) $(WELIB_FLAG)
@@ -109,6 +109,9 @@ all:: $(IWLIB) $(PROGS)
XCFLAGS=$(CFLAGS) $(DEPFLAGS) $(WARN) $(HEADERS) $(WELIB_FLAG) $(WEDEF_FLAG)
@@ -121,6 +121,9 @@
%.so: %.c wireless.h
$(CC) $(XCFLAGS) $(PICFLAG) -c -o $@ $<