bug-datamash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-datamash] [PATCH] Fix --with-openssl=yes linking against libcrypto


From: Jeroen Roovers
Subject: [Bug-datamash] [PATCH] Fix --with-openssl=yes linking against libcrypto
Date: Wed, 23 Aug 2017 23:46:59 +0200

---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 563a4fe..13c4ee6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,6 +56,7 @@ datamash_LDADD = \
        $(LDEXPL_LIBM) \
        $(LIBICONV) \
        $(LIBINTL) \
+       $(LIB_CRYPTO) \
        $(ROUND_LIBM) \
        $(ROUNDL_LIBM) \
        $(SQRT_LIBM) \
-- 
2.13.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]