This patch removes the explicit reference to the 'perl' binary, such that OpenSSL does not retain a reference to Perl. The 'c_rehash' program is seldom used, but it is used nonetheless to create symbolic links to certificates, for instance in the 'nss-certs' package. diff --git a/tools/c_rehash.in b/tools/c_rehash.in --- a/tools/c_rehash.in +++ b/tools/c_rehash.in @@ -1,4 +1,6 @@ -#!{- $config{HASHBANGPERL} -} +eval '(exit $?0)' && eval 'exec perl -wS "$0" ${1+"$@"}' + & eval 'exec perl -wS "$0" $argv:q' + if 0; {- use OpenSSL::Util; -} # {- join("\n# ", @autowarntext) -} # Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved. lect name='h' onchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/news.scm
AgeCommit message (Expand)Author
2023-06-21news: Fix typo....* etc/news.scm: Fix typo in French version. Ludovic Courtès
2023-06-18news: Add entry for 'guix locate'....* etc/news.scm: Add entry. Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de> Ludovic Courtès
2023-05-18news: Add entry to 'guix style -S arguments'....* etc/news.scm: Add entry. Ludovic Courtès
2023-05-18doc: Change '--with-configure-flag' example to something that works....Passing '-DBUILD_COMPLEX=OFF' to lapack would eventually lead to a link error. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * doc/guix.texi (Package Transformation Options): Change '--with-configure-flag' example. * etc/news.scm: Likewise. Ludovic Courtès
2023-05-05news: Add 'de' translation....* etc/news.scm: Add German translation of 'with-configure-flag' entry. Florian Pelz
2023-05-04news: Add entry for '--with-configure-flag'....* etc/news.scm: Add entry. Ludovic Courtès
2023-04-26news: Add 'de' translation....* etc/news.scm: Add German translation of core-updates entry. Florian Pelz
2023-04-26news: Add entry for 'core-updates' merge....* etc/news.scm: Add entry. Ludovic Courtès
2023-04-07news: Add entry for the linux-libre-lts 6.1 update....* etc/news.scm: Add entry. Jonathan Brielmaier
2023-04-07news: Add 'de' translation....* etc/news.scm: Add German translation of 'guix shell -CW' entry. Florian Pelz
2023-04-06news: Add entry for 'guix shell --container --nesting'....* etc/news.scm: Add entry. Ludovic Courtès