patches/ltrace/0.5.3/180-libltrace-genindex.patch
author Austin Morton <austinpmorton@gmail.com>
Sun Sep 16 14:12:22 2012 -0400 (2012-09-16)
changeset 3047 6d88d6558b7a
permissions -rw-r--r--
libc/newlib: add newlib 1.20.0 support

Signed-off-by: Austin Morton <austinpmorton@gmail.com>
     1 diff -ru ltrace-0.5.3.org/Makefile.in ltrace-0.5.3/Makefile.in
     2 --- ltrace-0.5.3.org/Makefile.in	2011-08-21 18:55:15.000000000 +0200
     3 +++ ltrace-0.5.3/Makefile.in	2011-08-21 18:40:53.000000000 +0200
     4 @@ -39,7 +40,7 @@
     5  		$(CC) $(LDFLAGS) $^ $(LIBS) -o $@
     6  
     7  libltrace.a: 	sysdeps/sysdep.o $(OBJ)
     8 -		$(AR) rcv $@ $^
     9 +		$(AR) rscv $@ $^
    10  
    11  $(OBJ):		sysdeps/sysdep.o
    12