1 --- wireless_tools.29.orig/Makefile 2007-09-18 01:56:46.000000000 +0200
2 +++ wireless_tools.29/Makefile 2011-01-17 16:59:21.000000000 +0100
3 @@ -145,7 +145,7 @@ wireless.h:
5 # Compilation of the dynamic library
6 $(DYNAMIC): $(OBJS:.o=.so)
7 - $(CC) -shared -o $@ -Wl,-soname,$@ $(STRIPFLAGS) $(LIBS) -lc $^
8 + $(CC) $(LDFLAGS) -shared -o $@ -Wl,-soname,$@ $(STRIPFLAGS) $(LIBS) -lc $^
10 # Compilation of the static library
11 $(STATIC): $(OBJS:.o=.so)