[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XEN PATCH 19/57] tools/configure.ac: Create ZLIB_LIBS and ZLIB_CFLAGS
On 06/12/2021 17:02, Anthony PERARD wrote: > diff --git a/tools/libs/guest/Makefile b/tools/libs/guest/Makefile > index 8f5f3acd21..1f4b7f7c58 100644 > --- a/tools/libs/guest/Makefile > +++ b/tools/libs/guest/Makefile > @@ -103,8 +102,7 @@ NO_HEADERS_CHK := y > > include $(XEN_ROOT)/tools/libs/libs.mk > > -libxenguest.so.$(MAJOR).$(MINOR): COMPRESSION_LIBS = $(filter > -l%,$(zlib-options)) > -libxenguest.so.$(MAJOR).$(MINOR): APPEND_LDFLAGS += $(COMPRESSION_LIBS) -lz > +libxenguest.so.$(MAJOR).$(MINOR): APPEND_LDFLAGS += $(ZLIB_LIBS) -lz Looking ZLIB vs the other compression libs, shouldn't -lz be inside $(ZLIB_LIBS) ? Also, shouldn't this be LDLIBS rather than APPEND_LDFLAGS ? ~Andrew
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |