diff options
author | June McEnroe <june@causal.agency> | 2019-11-21 16:45:40 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-21 16:45:40 -0500 |
commit | 3051555d4e7975bcc05a9fef86b4016637a14832 (patch) | |
tree | 0790a7a2d6828aa4510afd39c88e5e834a844bfd /Linux.mk | |
parent | Fix wordcmp return value when the words have differing lengths (diff) | |
download | pounce-3051555d4e7975bcc05a9fef86b4016637a14832.tar.gz pounce-3051555d4e7975bcc05a9fef86b4016637a14832.zip |
Link calico with libcrypto on Linux 1.0p1
For the strlcpy implementation.
Diffstat (limited to '')
-rw-r--r-- | Linux.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Linux.mk b/Linux.mk index 9627af9..15e704f 100644 --- a/Linux.mk +++ b/Linux.mk @@ -1,5 +1,6 @@ CFLAGS += -D_GNU_SOURCE -D'CERTBOT_PATH="/etc/letsencrypt"' LDLIBS = -lcrypt -lpthread -l:libtls.a -l:libssl.a -l:libcrypto.a +LDLIBS_calico = -l:libcrypto.a MANDIR = ${PREFIX}/share/man ETCDIR = /etc |