From 0884724a95b60452ad483dbe086d237d02ba624d Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 14 Dec 2021 12:37:44 +0100 Subject: elf: Use new dependency sorting algorithm by default The default has to change eventually, and there are no known failures that require a delay. Reviewed-by: Adhemerval Zanella --- elf/dl-tunables.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf/dl-tunables.list') diff --git a/elf/dl-tunables.list b/elf/dl-tunables.list index 46ffb23784..ffcd7f18d4 100644 --- a/elf/dl-tunables.list +++ b/elf/dl-tunables.list @@ -162,7 +162,7 @@ glibc { type: INT_32 minval: 1 maxval: 2 - default: 1 + default: 2 } } } -- cgit v1.2.3