From 89baed0b93639180fd7d0ba922873b003649c7af Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 25 Aug 2022 18:46:41 +0200 Subject: Revert "Detect ld.so and libc.so version inconsistency during startup" This reverts commit 6f85dbf102ad7982409ba0fe96886caeb6389fef. Once this change hits the release branches, it will require relinking of all statically linked applications before static dlopen works again, for the majority of updates on release branches: The NEWS file is regularly updated with bug references, so the __libc_early_init suffix changes, and static dlopen cannot find the function anymore. While this ABI check is still technically correct (we do require rebuilding & relinking after glibc updates to keep static dlopen working), it is too drastic for stable release branches. Reviewed-by: Adhemerval Zanella --- configure | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure') diff --git a/configure b/configure index c576f9f..ff2c406 100755 --- a/configure +++ b/configure @@ -760,7 +760,6 @@ with_headers with_default_link with_nonshared_cflags with_rtld_early_cflags -with_extra_version_id with_timeoutfactor enable_sanity_checks enable_shared @@ -1482,9 +1481,6 @@ Optional Packages: build nonshared libraries with additional CFLAGS --with-rtld-early-cflags=CFLAGS build early initialization with additional CFLAGS - --extra-version-id=STRING - specify an extra version string to use in internal - ABI checks --with-timeoutfactor=NUM specify an integer to scale the timeout --with-cpu=CPU select code for CPU variant @@ -3401,13 +3397,6 @@ fi -# Check whether --with-extra-version-id was given. -if test "${with_extra_version_id+set}" = set; then : - withval=$with_extra_version_id; extra_version_id="$withval" -fi - - - # Check whether --with-timeoutfactor was given. if test "${with_timeoutfactor+set}" = set; then : withval=$with_timeoutfactor; timeoutfactor=$withval -- cgit v1.1