diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-11-17 13:34:36 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-11-17 13:34:36 +0300 |
commit | 6cf4e270d951dccb5cabe70d865415d2628c7a4e (patch) | |
tree | 119cbca714d74244d1aa4e2241e59fbf8450d30d /debian/patches/gprof-build.diff | |
parent | f0ef3d0a5cb2410eab2b1b412e7ec7ef94fa0dc6 (diff) | |
download | binutils-debian/2.33.1-2.tar.gz |
Import 2.33.1-2debian/2.33.1-2debian
Diffstat (limited to 'debian/patches/gprof-build.diff')
-rw-r--r-- | debian/patches/gprof-build.diff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/gprof-build.diff b/debian/patches/gprof-build.diff index d26c5af..82377ee 100644 --- a/debian/patches/gprof-build.diff +++ b/debian/patches/gprof-build.diff @@ -11,6 +11,6 @@ Index: b/gprof/gconfig.in -/* Version number of package */ -#undef VERSION - - /* Number of bits in a file offset, on hosts where this is settable. */ - #undef _FILE_OFFSET_BITS - + /* Enable large inode numbers on Mac OS X 10.5. */ + #ifndef _DARWIN_USE_64_BIT_INODE + # define _DARWIN_USE_64_BIT_INODE 1 |