From 7c9c4d4dca481b3eefe60472534591ff22946ea7 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Mon, 7 Mar 2011 17:52:00 +0000 Subject: [PATCH] add explicit libz inclusion Reported-by: Pierre-Paul Lavoie Signed-off-by: Andy Green --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index b98e6efd..9cd8a08f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -16,7 +16,7 @@ endif libwebsockets_la_CFLAGS:=-rdynamic -fPIC -Wall -Werror -std=gnu99 -pedantic -c \ -DDATADIR=\"@datadir@\" -DLWS_OPENSSL_CLIENT_CERTS=\"@clientcertdir@\" -libwebsockets_la_LDFLAGS=-version-info 0:3 +libwebsockets_la_LDFLAGS=-lz -version-info 0:3 all-local: ../scripts/kernel-doc -html \