mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
add explicit libz inclusion
Reported-by: Pierre-Paul Lavoie <ppl@idios.org> Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
parent
c44159fb3a
commit
7c9c4d4dca
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue