]> git.pld-linux.org Git - packages/gdb.git/blame - buildid-locate-rpm-pld.patch
- updated gettext BR
[packages/gdb.git] / buildid-locate-rpm-pld.patch
CommitLineData
321e94d6
BS
1--- gdb-7.7.1/gdb/build-id.c.old 2014-06-05 14:31:11.000000000 +0200
2+++ gdb-7.7.1/gdb/build-id.c 2014-06-05 14:33:12.248235380 +0200
3@@ -1190,8 +1190,8 @@
a59c1d89
ER
4 fprintf_unfiltered (gdb_stdlog,
5 _("Missing separate debuginfo for %s\n"), binary);
6 if (debug != NULL)
7- fprintf_unfiltered (gdb_stdlog, _("Try: %s %s\n"),
03ffe914 8- "yum --enablerepo='*debug*' install", debug);
a59c1d89
ER
9+ fprintf_unfiltered (gdb_stdlog, _("Try to install package that provides `%s' file\n"),
10+ debug);
11 }
12 }
13
This page took 0.028145 seconds and 4 git commands to generate.