diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-10-25 10:14:35 +0100 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-10-25 10:14:35 +0100 |
| commit | 77cfe0930b039016848f590ebf736442c03a9975 (patch) | |
| tree | 8820e6db1663c59d044241dcb3bdd3f7f32b8afd /recipes/ltrace/files/add-sysdep.patch | |
| parent | db87e0cfa625d0246461c530c0d9ada944e44969 (diff) | |
| parent | 97a4caf877fd9d1eb4f63acc21ae8df1003fc353 (diff) | |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/ltrace/files/add-sysdep.patch')
| -rw-r--r-- | recipes/ltrace/files/add-sysdep.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/ltrace/files/add-sysdep.patch b/recipes/ltrace/files/add-sysdep.patch new file mode 100644 index 0000000000..1d0432f2db --- /dev/null +++ b/recipes/ltrace/files/add-sysdep.patch @@ -0,0 +1,13 @@ +Index: ltrace-0.5.3/Makefile.in +=================================================================== +--- ltrace-0.5.3.orig/Makefile.in 2009-10-23 22:06:08.130304691 -0700 ++++ ltrace-0.5.3/Makefile.in 2009-10-23 22:06:53.160369614 -0700 +@@ -39,6 +39,8 @@ ltrace: main.o libltrace.a + libltrace.a: sysdeps/sysdep.o $(OBJ) + $(AR) rcv $@ $^ + ++$(OBJ): sysdeps/sysdep.o ++ + sysdeps/sysdep.o: dummy + $(MAKE) -C sysdeps/$(OS) + |
