summaryrefslogtreecommitdiff
blob: 9ab8519e77f6e4442c2d760ac84fee87a5c05057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
glibc-2.28 did hide loff_t indef system-specific macros:
    https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=663e7d784977f6b15c0cab73f754f9f39c9c0c2c

This caused build failure:
    ../include/reiserfs_lib.h:300:55: error: unknown type name 'loff_t'; did you mean 'off_t'?

Re-enable extensions to pull loff_t back.

https://bugs.gentoo.org/663930
--- a/configure.ac
+++ b/configure.ac
@@ -23,2 +23,4 @@ AC_PROG_MAKE_SET
 AC_PROG_LIBTOOL
+dnl pull in loff_t from glibc
+AC_USE_SYSTEM_EXTENSIONS