]> git.pld-linux.org Git - packages/gdb.git/blame - buildid-locate-rpm-pld.patch
- fix deps for libgdb.a
[packages/gdb.git] / buildid-locate-rpm-pld.patch
CommitLineData
a7de96f0
PS
1--- gdb-7.5.0.20120926/gdb/elfread.c.orig 2012-11-18 20:50:42.844619396 +0100
2+++ gdb-7.5.0.20120926/gdb/elfread.c 2012-11-18 20:52:37.756554669 +0100
f412e1b4 3@@ -2177,9 +2177,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"),
a7de96f0 8- "yum --disablerepo='*' --enablerepo='*debug*'"
63e28328 9- " install", debug);
a59c1d89
ER
10+ fprintf_unfiltered (gdb_stdlog, _("Try to install package that provides `%s' file\n"),
11+ debug);
12 }
13 }
14
This page took 0.034612 seconds and 4 git commands to generate.