From fa696f2f0b1e50e34d009fb9378c41dc6edcc966 Mon Sep 17 00:00:00 2001 From: Emmanuel Dreyfus Date: Fri, 5 Sep 2014 15:11:06 +0200 Subject: Build fix: -lz for qemu-block xlator LIBZ_LIBS has been changed into ZLIB_LIBS everywhere in the sources, except in qemu-block xlator. Fix it so that it can find -lz and link correctly. BUG: 1129939 Change-Id: I34ded175f056d1a0898804fe602e3d2d2cba27f5 Signed-off-by: Emmanuel Dreyfus Reviewed-on: http://review.gluster.org/8623 Reviewed-by: Kaleb KEITHLEY Tested-by: Gluster Build System Reviewed-by: Harshavardhana Tested-by: Harshavardhana --- xlators/features/qemu-block/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/features/qemu-block/src/Makefile.am b/xlators/features/qemu-block/src/Makefile.am index 801a1c45325..e32fc54605b 100644 --- a/xlators/features/qemu-block/src/Makefile.am +++ b/xlators/features/qemu-block/src/Makefile.am @@ -4,7 +4,7 @@ xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features qemu_block_la_LDFLAGS = -module -avoid-version qemu_block_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la \ - $(GLIB_LIBS) $(LIBZ_LIBS) + $(GLIB_LIBS) $(ZLIB_LIBS) qemu_block_la_SOURCES_qemu = \ $(CONTRIBDIR)/qemu/qemu-coroutine.c \ -- cgit