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.master
parent
784865adfe
commit
8bf0c60086
|
@ -247,6 +247,10 @@ After installation, the system administrator should generate keys using
|
||||||
'_)
|
'_)
|
||||||
,@(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")
|
||||||
|
|
Reference in New Issue