patch-Makefile 448 B

1234567891011
  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:
  4. # Compilation of the dynamic library
  5. $(DYNAMIC): $(OBJS:.o=.so)
  6. - $(CC) -shared -o $@ -Wl,-soname,$@ $(STRIPFLAGS) $(LIBS) -lc $^
  7. + $(CC) $(LDFLAGS) -shared -o $@ -Wl,-soname,$@ $(STRIPFLAGS) $(LIBS) -lc $^
  8. # Compilation of the static library
  9. $(STATIC): $(OBJS:.o=.so)