Added net-wireless/wireless-tools-30_pre8 ebuild.
[underlay.git] / net-wireless / wireless-tools / files / wireless-tools-30_pre8-asneeded.patch
blob95d97a7fdef834a73d4f2561f591084315fbc9e0
1 diff -Naur wireless_tools.30~orig/Makefile wireless_tools.30/Makefile
2 --- wireless_tools.30~orig/Makefile 2009-03-27 16:56:19.000000000 +0100
3 +++ wireless_tools.30/Makefile 2009-03-27 16:58:31.000000000 +0100
4 @@ -147,7 +147,7 @@
6 # Compilation of the dynamic library
7 $(DYNAMIC): $(OBJS:.o=.so)
8 - $(CC) -shared -o $@ -Wl,-soname,$@ $(STRIPFLAGS) $(LIBS) -lc $^
9 + $(CC) $(LDFLAGS) -shared -o $@ -Wl,-soname,$@ $(STRIPFLAGS) $^ $(LIBS) -lc
11 # Compilation of the static library
12 $(STATIC): $(OBJS:.o=.so)