From c6830bab16d2fb95c52c90b3ca212b75991286bc Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Tue, 29 May 2018 17:44:07 +1000 Subject: [PATCH] [client] remove useless linking against libssl --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index e2071d10..94124244 100644 --- a/client/Makefile +++ b/client/Makefile @@ -7,7 +7,7 @@ CFLAGS += -fdata-sections -ffunction-sections LDFLAGS += -Wl,--gc-sections CFLAGS += -Wfatal-errors -LIBS = sdl2 SDL2_ttf gl glu libssl openssl spice-protocol fontconfig x11 libconfig +LIBS = sdl2 SDL2_ttf gl glu spice-protocol fontconfig x11 libconfig LIBS += nettle hogweed CFLAGS += -D USE_NETTLE