Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. diff --git a/block/Makefile.objs b/block/Makefile.objs
  2. index 35f3bca4d9..e02f60f99a 100644
  3. --- a/block/Makefile.objs
  4. +++ b/block/Makefile.objs
  5. @@ -60,6 +60,6 @@ dmg-bz2.o-libs := $(BZIP2_LIBS)
  6. block-obj-$(if $(CONFIG_LZFSE),m,n) += dmg-lzfse.o
  7. dmg-lzfse.o-libs := $(LZFSE_LIBS)
  8. qcow.o-libs := -lz
  9. -linux-aio.o-libs := -laio
  10. +linux-aio.o-libs := -luring
  11. parallels.o-cflags := $(LIBXML2_CFLAGS)
  12. parallels.o-libs := $(LIBXML2_LIBS)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement