[Devel] [PATCH vz10] selftests: sched: drop unnecessary rpath from Makefile
Aleksei Oladko
aleksey.oladko at virtuozzo.com
Mon Jan 12 01:03:48 MSK 2026
The shed kselftest Makefile adds -Wl,-rpath=./ to the linker flags.
This rpath is not required, as the test binaries do not rely on shared
libraries from the build directory.
https://virtuozzo.atlassian.net/browse/VSTOR-121549
Signed-off-by: Aleksei Oladko <aleksey.oladko at virtuozzo.com>
---
tools/testing/selftests/sched/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tools/testing/selftests/sched/Makefile b/tools/testing/selftests/sched/Makefile
index 099ee9213557..0e4581ded9d6 100644
--- a/tools/testing/selftests/sched/Makefile
+++ b/tools/testing/selftests/sched/Makefile
@@ -4,8 +4,7 @@ ifneq ($(shell $(CC) --version 2>&1 | head -n 1 | grep clang),)
CLANG_FLAGS += -no-integrated-as
endif
-CFLAGS += -O2 -Wall -g -I./ $(KHDR_INCLUDES) -Wl,-rpath=./ \
- $(CLANG_FLAGS)
+CFLAGS += -O2 -Wall -g -I./ $(KHDR_INCLUDES) $(CLANG_FLAGS)
LDLIBS += -lpthread
TEST_GEN_FILES := cs_prctl_test
--
2.43.0
More information about the Devel
mailing list