Blob Blame History Raw
diff -Naur ctapi-cyberjack-2.0.10.org/ctapi/Makefile ctapi-cyberjack-2.0.10/ctapi/Makefile
--- ctapi-cyberjack-2.0.10.org/ctapi/Makefile	2006-05-27 12:40:17.000000000 +0200
+++ ctapi-cyberjack-2.0.10/ctapi/Makefile	2006-05-27 13:17:09.000000000 +0200
@@ -22,7 +22,7 @@
 	$(CC) $(CFLAGS) -o $@ -c $^
 
 libso: $(OBJS) $(LIBS)
-	ld -x --shared -lusb -o libctapi-cyberjack.so $(OBJS)  $(LIBS)
+	ld -x --shared -lusb -lc -soname libctapi-cyberjack.so -o libctapi-cyberjack.so $(OBJS)  $(LIBS)
 
 liba: $(OBJS) $(LIBS)
 	mkdir tmp