/usr/src/binutils/patches/gprof-build.diff is in binutils-source 2.24-5ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # DP: Fix gprof build error.
--- a/gprof/gconfig.in
+++ b/gprof/gconfig.in
@@ -93,9 +93,6 @@
#endif
-/* Version number of package */
-#undef VERSION
-
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
|