[mpg123-users] mpg123 1.32.6 released (just a build system tweak for better LFS migration on Debian
Brought to you by:
sobukus
From: Thomas O. <tho...@or...> - 2024-04-04 18:12:41
|
Dear mpg123 folks, a little build system tweak arrives in the current mpg123 release. 1.32.6 ------ - build: Detect forced 64 bit offsets on a dual-mode system that used to default to 32 bits and drop ambiguous suffix-less symbols in that case. This avoids subtle ABI breakage (causing memory corruption) with existing binaries and instead has them fail during runtime linking. You trigger that when having -D_FILE_OFFSET_BITS=64 in your compiler flags during mpg123 build. If this does not mean anything to you … you might just ignore it. No new features, just less symbols in a library built in an environment with enforced large file support. Alrighty then, Thomas |