mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] remove useless linking against libssl
This commit is contained in:
parent
a0457a2dd9
commit
c6830bab16
@ -7,7 +7,7 @@ CFLAGS += -fdata-sections -ffunction-sections
|
|||||||
LDFLAGS += -Wl,--gc-sections
|
LDFLAGS += -Wl,--gc-sections
|
||||||
CFLAGS += -Wfatal-errors
|
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
|
LIBS += nettle hogweed
|
||||||
CFLAGS += -D USE_NETTLE
|
CFLAGS += -D USE_NETTLE
|
||||||
|
Loading…
Reference in New Issue
Block a user