Commit Diff


commit - 0bd5fb752a05f0d096e2d9d0d11e1b02b4804849
commit + eb7e80a7111220df61c48a0bb0e87f342baf442d
blob - 1ff020ff9eb02181df0c0c89dba5ac9e4a6cfc74
blob + 5b366f55ff84b1078303ce5bfb75463c4936598a
--- libexec/got-fetch-http/Makefile
+++ libexec/got-fetch-http/Makefile
@@ -9,7 +9,7 @@ SRCS=		got-fetch-http.c bufio.c hash.c error.c inflate
 CPPFLAGS= -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
 
 .if defined(PROFILE)
-LDADD=	-lutil_p -lz_p -ltls_p
+LDADD=	-lutil_p -lz_p -ltls_p -lcrypto_p -lssl_p
 .else
 LDADD=	-lutil -lz -ltls
 .endif