alsa-project/alsa-lib pull request #333 was opened from kendase3: Currently scanelf (pax-utils) detects missing LFS support in the following files/calls: fopen,__open_2,mmap,lseek,open /usr/lib/libasound.so.2.0.0 fopen,open /usr/lib/libatopology.so.2.0.0 Note that this may cause problems on systems with a 32-bit kernel, but I've tested playing audio on a more recent 32-bit system with a 64-bit kernel. Notably AC_SYS_LARGEFILE (currently used in alsa-utils for example) did not solve the issue for my case, whereas FILE_OFFSET_BITS did. Let me know if you'd prefer an alternative approach! Request URL : https://github.com/alsa-project/alsa-lib/pull/333 Patch URL : https://github.com/alsa-project/alsa-lib/pull/333.patch Repository URL: https://github.com/alsa-project/alsa-lib