glibc/glibc-RHEL-24169-22.patch
2026-04-08 11:46:50 +02:00

25 lines
800 B
Diff

commit 7eed691cc2b6c5dbb6066ee1251606a744c7f05c
Author: Arjun Shankar <arjun@redhat.com>
Date: Wed Jul 2 17:11:32 2025 +0200
stdlib/Makefile: Remove deleted test's libm dependency
tst-qsort5 was deleted in 709fbd3ec3595f2d1076b4fec09a739327459288.
Therefore remove its redundant libm dependency.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Conflicts:
stdlib/Makefile
(Context line mismatch due to missing tests.)
diff -Nrup a/stdlib/Makefile b/stdlib/Makefile
--- a/stdlib/Makefile 2026-03-25 16:38:56.036052964 -0400
+++ b/stdlib/Makefile 2026-03-25 16:40:21.972898115 -0400
@@ -457,5 +457,4 @@ $(objpfx)tst-setcontext3.out: tst-setcon
$(common-objpfx)stdlib/ > $@; \
$(evaluate-test)
-$(objpfx)tst-qsort5: $(libm)
$(objpfx)tst-makecontext: $(libdl)