Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
  2. index ed41e4ee3e..5555d6c7e0 100644
  3. --- a/tools/libxl/Makefile
  4. +++ b/tools/libxl/Makefile
  5. @@ -24,6 +24,9 @@ LIBXL_LIBS = $(LDLIBS_libxentoollog) $(LDLIBS_libxenevtchn) $(LDLIBS_libxenctrl)
  6. ifeq ($(CONFIG_LIBNL),y)
  7. LIBXL_LIBS += $(LIBNL3_LIBS)
  8. endif
  9. +ifeq ($(CONFIG_Linux),y)
  10. +LIBUUID_LIBS += -lrt
  11. +endif
  12.  
  13. CFLAGS_LIBXL += $(CFLAGS_libxentoollog)
  14. CFLAGS_LIBXL += $(CFLAGS_libxentoolcore)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement