[client] remove useless linking against libssl

This commit is contained in:
Geoffrey McRae 2018-05-29 17:44:07 +10:00
parent a0457a2dd9
commit c6830bab16

View File

@ -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