Blob Blame History Raw
diff -Naur ctapi-cyberjack-2.0.8.org/ctapi/Makefile ctapi-cyberjack-2.0.8/ctapi/Makefile
--- ctapi-cyberjack-2.0.8.org/ctapi/Makefile	2005-02-15 00:57:54.000000000 +0100
+++ ctapi-cyberjack-2.0.8/ctapi/Makefile	2006-05-01 10:50:54.000000000 +0200
@@ -22,7 +22,8 @@
 	$(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