[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-datamash] [PATCH] Fix --with-openssl=yes linking against libcry
From: |
Assaf Gordon |
Subject: |
Re: [Bug-datamash] [PATCH] Fix --with-openssl=yes linking against libcrypto |
Date: |
Wed, 6 Sep 2017 10:26:33 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 |
Hello,
On 23/08/17 03:46 PM, Jeroen Roovers wrote:
> diff --git a/Makefile.am b/Makefile.am
> @@ -56,6 +56,7 @@ datamash_LDADD = \
> + $(LIB_CRYPTO) \
Thank you for reporting this.
It is now fixed in:
https://git.savannah.gnu.org/cgit/datamash.git/commit/?id=e04cbf1a
https://git.savannah.gnu.org/cgit/datamash.git/commit/?id=fd49457d
running ./configure will now indicate which is used:
$ ./configure [OPTIONS]
[...]
Configuration summary for datamash
md5/sha*: internal (gnulib)
OR
md5/sha*: external (-lcrypto)
A test snapshot with this feature is available here:
https://alpha.gnu.org/gnu/datamash/datamash-1.2.4-fd49.tar.gz
Please note it is not an official release,
and things could still change before the next version.
regards,
- assaf
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Bug-datamash] [PATCH] Fix --with-openssl=yes linking against libcrypto,
Assaf Gordon <=