all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Giovanni Biscuolo <g@xelera.eu>
To: 63209@debbugs.gnu.org
Cc: Sergey Trofimov <sarg@sarg.org.ru>
Subject: [bug#63209] [PATCH] gnu: git-crypt: Fix build issues on openssl 3
Date: Mon, 01 May 2023 23:35:14 +0200	[thread overview]
Message-ID: <87354floq5.fsf@xelera.eu> (raw)
In-Reply-To: <20230501161842.5622-1-sarg@sarg.org.ru>

[-- Attachment #1: Type: text/plain, Size: 1037 bytes --]

Hello,

thank you for your patch: I applied it and it works.

This is also related to bug#63202

Sergey Trofimov <sarg@sarg.org.ru> writes:

> * gnu/packages/version-control.scm (git-crypt):
> Add compilation flag to work around openssl 3 compatibility.
> See https://github.com/AGWA/git-crypt/issues/232
> ---
>  gnu/packages/version-control.scm | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
> index c2ec490383..ba213bafa6 100644
> --- a/gnu/packages/version-control.scm
> +++ b/gnu/packages/version-control.scm
> @@ -936,6 +936,7 @@ (define-public git-crypt
>               #t))
>           (replace 'build
>             (lambda _
> +             (setenv "CXXFLAGS" "-DOPENSSL_API_COMPAT=0x30000000L")
>               (invoke "make" "ENABLE_MAN=yes")))
>           (replace 'install
>             (lambda* (#:key outputs #:allow-other-keys)
> -- 
> 2.39.2

Thanks, Gio'

-- 
Giovanni Biscuolo

Xelera IT Infrastructures

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 849 bytes --]

  reply	other threads:[~2023-05-01 21:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-01 16:18 [bug#63209] [PATCH] gnu: git-crypt: Fix build issues on openssl 3 Sergey Trofimov
2023-05-01 21:35 ` Giovanni Biscuolo [this message]
2023-05-05 22:00 ` bug#63209: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87354floq5.fsf@xelera.eu \
    --to=g@xelera.eu \
    --cc=63209@debbugs.gnu.org \
    --cc=sarg@sarg.org.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.