guix-commits
[Top][All Lists]
Advanced

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

28/52: gnu: heimdal: Use libcom_err from input when cross-compiling.


From: guix-commits
Subject: 28/52: gnu: heimdal: Use libcom_err from input when cross-compiling.
Date: Mon, 20 Sep 2021 07:19:34 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit 8bf0c60086d77ba621daa3556995d9098f1288ed
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Wed Aug 25 10:32:56 2021 +0200

    gnu: heimdal: Use libcom_err from input when cross-compiling.
    
    * gnu/packages/kerberos.scm
      (heimdal)[arguments]<#:phases>{pre-configure}: Consider ${krb_cv_com_err}
      to be 'yes' when cross-compiling.
---
 gnu/packages/kerberos.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm
index 85f54a4..82609ce 100644
--- a/gnu/packages/kerberos.scm
+++ b/gnu/packages/kerberos.scm
@@ -247,6 +247,10 @@ After installation, the system administrator should 
generate keys using
                           '_)
                      ,@(if (%current-target-system)
                            `((substitute* "configure"
+                               ;; The e2fsprogs input is included for 
libcom_err,
+                               ;; let's use it even if cross-compiling.
+                               (("test \"\\$\\{krb_cv_com_err\\}\" = \"yes\"")
+                                ":")
                                ;; Our 'compile_et' is not in 
--with-cross-tools,
                                ;; which confuses heimdal.
                                
(("ac_cv_prog_COMPILE_ET=\\$\\{with_cross_tools\\}compile_et")



reply via email to

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