[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/5] gnu: gnupg: Fixed cross-compile issues.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 2/5] gnu: gnupg: Fixed cross-compile issues. |
Date: |
Sat, 14 Dec 2013 19:19:03 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
John Darrington <address@hidden> skribis:
> *gnu/packages/gnupg.scm (libgpg-error): Added gcc as a native input,
> and set the CC_FOR_BUILD variable.
The implicit inputs when cross-compiling include both the cross-gcc and
the native gcc (see build-system/gnu.scm.)
AFAICS setting CC_FOR_BUILD=gcc should be enough (it uses ‘cc’ by
default.) Can you confirm.
> *gnu/packages/gnupg.scm (libgcrypt): Added libgpg-error as a native input and
> set the --with-gpg-error-prefix configure option.
This is wrong: libgcrypt would end up linking against the native libgpg-error.
> *gnu/packages/gnupg.scm (libksba): Added libgpg-error as a native input and
> set the --with-gpg-error-prefix configure option.
Ditto.
Also, please make sure to follow GNU ChangeLog style (star followed by
space, present tense, etc.)
Thanks for looking into this!
Ludo’.
- [PATCH 1/5] gnu: libxml2: Fixed cross-compilation., John Darrington, 2013/12/14
- [PATCH 2/5] gnu: gnupg: Fixed cross-compile issues., John Darrington, 2013/12/14
- Re: [PATCH 2/5] gnu: gnupg: Fixed cross-compile issues.,
Ludovic Courtès <=
- Re: [PATCH 2/5] gnu: gnupg: Fixed cross-compile issues., John Darrington, 2013/12/14
- Re: [PATCH 2/5] gnu: gnupg: Fixed cross-compile issues., Ludovic Courtès, 2013/12/14
- Re: [PATCH 2/5] gnu: gnupg: Fixed cross-compile issues., John Darrington, 2013/12/15
- [PATCH] gnu: gnupg: Fix cross-compile issues., John Darrington, 2013/12/15
- Re: [PATCH] gnu: gnupg: Fix cross-compile issues., Ludovic Courtès, 2013/12/15
- Re: [PATCH 2/5] gnu: gnupg: Fixed cross-compile issues., Ludovic Courtès, 2013/12/15
[PATCH 4/5] gnu: openssl: Fixed cross-compile issues., John Darrington, 2013/12/14