Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix 32-bit glibc build post dpkg >= 1.22.5
Unset -U_FILE_OFFSET_BITS -U_TIME_BITS to fix build. From Debian: 2.37-16: [ Aurelien Jarno ] debian/rules.d/build.mk: present glibc with a compiler that does not default to -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64, as upstream doesn't support this configuration. This has the consequence of hiding real issues found by the testsuite, but there is a consensus that this is the way to go for now. Thanks to Helmut Grohne for the hint and starting the discussion. Closes: #1068251 (Debian). Signed-off-by: Mingcong Bai <baimingcong@uniontech.com>
- Loading branch information