guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 4/5] gnu: openssl: Fixed cross-compile issues.


From: John Darrington
Subject: Re: [PATCH 4/5] gnu: openssl: Fixed cross-compile issues.
Date: Sat, 14 Dec 2013 19:02:59 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Sat, Dec 14, 2013 at 06:57:59PM +0100, Ludovic Court??s wrote:
     
     > @@ -52,8 +52,8 @@
     >                       (string-append "--prefix=" out)))))
     >         (alist-cons-before
     >          'patch-source-shebangs 'patch-tests
     > -        (lambda* (#:key inputs #:allow-other-keys)
     > -          (let ((bash (assoc-ref inputs "bash")))
     > +        (lambda* (#:key inputs native-inputs #:allow-other-keys)
     > +          (let ((bash (assoc-ref ,@(if (%current-target-system) 
'(native-inputs) '(inputs)) "bash")))
     
     This can???t possibly work.

I did test it, both for native compilation and cross-compilation.  In both cases
 it built succesfully (unlike before the patch).
     
J'

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature


reply via email to

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