guix-devel
[Top][All Lists]
Advanced

[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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]