[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sort dynamic linking overhead
From: |
Pádraig Brady |
Subject: |
Re: sort dynamic linking overhead |
Date: |
Mon, 26 Feb 2024 19:13:16 +0000 |
User-agent: |
Mozilla Thunderbird |
On 26/02/2024 18:06, Andreas Schwab wrote:
On Feb 26 2024, Pádraig Brady wrote:
https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=3bbdb3938
It's still bad as it adds a hidden dependency that is invisible to rpm.
Right. In practice though since coreutils also links libcrypto
for cksum and the separate digest utilities, this should be OK.
In edge cases with a separate package per util, the dependency
can be added manually.
Also, the regexp in the sed command contains unquoted uses of '.' that
are supposed to be matched literally.
Fixed.
thanks,
Pádraig
Re: sort dynamic linking overhead, Pádraig Brady, 2024/02/26
Re: sort dynamic linking overhead, Bruno Haible, 2024/02/27