Guest User

Untitled

a guest
Dec 12th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. diff --git a/tools/build/feature/Makefile b/tools/build/feature/Makefile
  2. index 4db94be770ec..51e3b95492a2 100644
  3. --- a/tools/build/feature/Makefile
  4. +++ b/tools/build/feature/Makefile
  5. @@ -102,7 +102,7 @@ $(OUTPUT)test-setns.bin:
  6. $(BUILD)
  7.  
  8. $(OUTPUT)test-libopencsd.bin:
  9. - $(BUILD) -lopencsd_c_api
  10. + $(BUILD) -lcstraced_c_api
  11.  
  12. DWARFLIBS := -ldw
  13. ifeq ($(findstring -static,${LDFLAGS}),-static)
  14. diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config
  15. index 63c3ae9d0745..b7e98fff8a27 100644
  16. --- a/tools/perf/Makefile.config
  17. +++ b/tools/perf/Makefile.config
  18. @@ -345,7 +345,7 @@ endif
  19.  
  20. ifeq ($(feature-libopencsd), 1)
  21. CFLAGS += -DHAVE_CSTRACE_SUPPORT
  22. - LIBCSTRACE = -lopencsd_c_api -lopencsd
  23. + LIBCSTRACE = -lcstraced_c_api -lcstraced
  24. EXTLIBS += $(LIBCSTRACE)
  25. $(call detected,CONFIG_LIBOPENCSD)
  26. ifdef CSTRACE_RAW
Advertisement
Add Comment
Please, Sign In to add comment