GNU bug report logs -
#32771
[PATCH 0/2] Varnish service
Previous Next
Reported by: Marius Bakke <mbakke <at> fastmail.com>
Date: Wed, 19 Sep 2018 13:29:01 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 32771 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Marius Bakke <mbakke <at> fastmail.com> writes:
> * gnu/packages/web.scm (varnish)[arguments]: Rename 'patch-bin-sh-phase to
> 'use-absolute-file-names and add substitution.
> ---
> gnu/packages/web.scm | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
> index b6bee57f9..26c2e9128 100644
> --- a/gnu/packages/web.scm
> +++ b/gnu/packages/web.scm
> @@ -5019,12 +5019,14 @@ deployments.")
> "--localstatedir=/var")
> #:phases
> (modify-phases %standard-phases
> - (add-after 'unpack 'patch-/bin/sh
> + (add-after 'unpack 'use-absolute-file-names
> (lambda _
> (substitute* '("bin/varnishtest/vtc_varnish.c"
> "bin/varnishtest/vtc_process.c"
> "bin/varnishd/mgt/mgt_vcc.c")
> (("/bin/sh") (which "sh")))
> + (substitute* "bin/varnishd/mgt/mgt_shmem.c"
> + (("rm -rf") (string-append (which "rm") " -rf")))
> #t))
> (add-before 'install 'patch-Makefile
> (lambda _
This applies and varnish builds, so this looks good to me :)
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 6 years and 295 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.