Skip to content
Snippets Groups Projects
Commit 1950d849 authored by deuce's avatar deuce
Browse files

When linking with the static Cryptlib, actually *use* it. Up until now,

despite being linked with the static library, SyncTERM would still perform
runtime linking and used the .so symbols.
parent 73b6f3c8
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ else
CRYPTLIBDIR := $(CRYPT_IDIR)
CRYPT_DEPS := cl
CRYPT_LIBS += $(CRYPT_IDIR)/libcl.a
CRYPT_CFLAGS += -DSTATIC_CRYPTLIB
endif
# Put it all together...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment