python3: update to 3.11.10
[openadk.git] / package / wireless-tools / patches / patch-Makefile
blobe3dcf4af8b5038b7944eee23d56ac9245c20cc7d
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  
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 $^
9  
10  # Compilation of the static library
11  $(STATIC): $(OBJS:.o=.so)