summaryrefslogtreecommitdiff
path: root/patches/ltrace/0.5.3/180-libltrace-genindex.patch
diff options
context:
space:
mode:
authorTitus von Boxberg" <titus@v9g.de>2011-08-22 07:26:02 (GMT)
committerTitus von Boxberg <titus@v9g.de>2011-08-22 07:26:02 (GMT)
commit68cd6e6d26e722da97ae6e847697e4cb58b66ac1 (patch)
tree1782248ffeb4ba81cba0b0da168344563ef76696 /patches/ltrace/0.5.3/180-libltrace-genindex.patch
parent711ac75ad0dbbf8e1dbc3a95f82df7a36505b7d2 (diff)
debug/ltrace: Fix HOST_OS and ar
HOST_OS really is the target OS. Allow setting it for configure via an environment variable. libltrace.a should have an index: Allow ar to be set as an environment variable, and generate an index in this lib. Reported-by: "Guylhem Aznar" <crossgcc@guylhem.net> Signed-off-by: "Titus von Boxberg" <titus@v9g.de>
Diffstat (limited to 'patches/ltrace/0.5.3/180-libltrace-genindex.patch')
-rw-r--r--patches/ltrace/0.5.3/180-libltrace-genindex.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/ltrace/0.5.3/180-libltrace-genindex.patch b/patches/ltrace/0.5.3/180-libltrace-genindex.patch
new file mode 100644
index 0000000..0b1629b
--- /dev/null
+++ b/patches/ltrace/0.5.3/180-libltrace-genindex.patch
@@ -0,0 +1,12 @@
+diff -ru ltrace-0.5.3.org/Makefile.in ltrace-0.5.3/Makefile.in
+--- ltrace-0.5.3.org/Makefile.in 2011-08-21 18:55:15.000000000 +0200
++++ ltrace-0.5.3/Makefile.in 2011-08-21 18:40:53.000000000 +0200
+@@ -39,7 +40,7 @@
+ $(CC) $(LDFLAGS) $^ $(LIBS) -o $@
+
+ libltrace.a: sysdeps/sysdep.o $(OBJ)
+- $(AR) rcv $@ $^
++ $(AR) rscv $@ $^
+
+ $(OBJ): sysdeps/sysdep.o
+