mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-26 04:06:49 +01:00
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.
This commit is contained in:
parent
784865adfe
commit
8bf0c60086
1 changed files with 4 additions and 0 deletions
|
@ -247,6 +247,10 @@ (define-public heimdal
|
||||||
'_)
|
'_)
|
||||||
,@(if (%current-target-system)
|
,@(if (%current-target-system)
|
||||||
`((substitute* "configure"
|
`((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,
|
;; Our 'compile_et' is not in --with-cross-tools,
|
||||||
;; which confuses heimdal.
|
;; which confuses heimdal.
|
||||||
(("ac_cv_prog_COMPILE_ET=\\$\\{with_cross_tools\\}compile_et")
|
(("ac_cv_prog_COMPILE_ET=\\$\\{with_cross_tools\\}compile_et")
|
||||||
|
|
Loading…
Reference in a new issue