reiserfsprogs-3.6.27-loff_t.patch 504 B

1234567891011121314151617
  1. glibc-2.28 did hide loff_t indef system-specific macros:
  2. https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=663e7d784977f6b15c0cab73f754f9f39c9c0c2c
  3. This caused build failure:
  4. ../include/reiserfs_lib.h:300:55: error: unknown type name 'loff_t'; did you mean 'off_t'?
  5. Re-enable extensions to pull loff_t back.
  6. https://bugs.gentoo.org/663930
  7. --- a/configure.ac
  8. +++ b/configure.ac
  9. @@ -23,2 +23,4 @@ AC_PROG_MAKE_SET
  10. AC_PROG_LIBTOOL
  11. +dnl pull in loff_t from glibc
  12. +AC_USE_SYSTEM_EXTENSIONS