Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > 8169e546905b5f9a9f64bac2ff685f8e > files > 1

wireless-tools-29-alt2.M41.1.src.rpm

diff -ruN wireless_tools.28.orig/Makefile wireless_tools.28/Makefile
--- wireless_tools.28.orig/Makefile	2005-09-03 06:26:05 +0900
+++ wireless_tools.28/Makefile	2006-03-19 12:52:56 +0800
@@ -135,7 +135,7 @@
 
 # Compilation of the dynamic library
 $(DYNAMIC): $(OBJS:.o=.so)
-	$(CC) -shared -o $@ -Wl,-soname,$@ $(STRIPFLAGS) $(LIBS) -lc $^
+	$(CC) -shared -o $@ -Wl,-soname,$@ $(STRIPFLAGS) $^ $(LIBS) -lc
 
 # Compilation of the static library
 $(STATIC): $(OBJS:.o=.so)