Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/tools/build/feature/Makefile b/tools/build/feature/Makefile
- index 4db94be770ec..51e3b95492a2 100644
- --- a/tools/build/feature/Makefile
- +++ b/tools/build/feature/Makefile
- @@ -102,7 +102,7 @@ $(OUTPUT)test-setns.bin:
- $(BUILD)
- $(OUTPUT)test-libopencsd.bin:
- - $(BUILD) -lopencsd_c_api
- + $(BUILD) -lcstraced_c_api
- DWARFLIBS := -ldw
- ifeq ($(findstring -static,${LDFLAGS}),-static)
- diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config
- index 63c3ae9d0745..b7e98fff8a27 100644
- --- a/tools/perf/Makefile.config
- +++ b/tools/perf/Makefile.config
- @@ -345,7 +345,7 @@ endif
- ifeq ($(feature-libopencsd), 1)
- CFLAGS += -DHAVE_CSTRACE_SUPPORT
- - LIBCSTRACE = -lopencsd_c_api -lopencsd
- + LIBCSTRACE = -lcstraced_c_api -lcstraced
- EXTLIBS += $(LIBCSTRACE)
- $(call detected,CONFIG_LIBOPENCSD)
- ifdef CSTRACE_RAW
Advertisement
Add Comment
Please, Sign In to add comment