gnu: bash-minimal: Assume getcwd works correctly when cross-compiling
* gnu/packages/bash.scm (bash-minimal): Assume getcwd works correctly when cross compiling. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									98c8b963f4
								
							
						
					
					
						commit
						c8916c3336
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -207,7 +207,8 @@ without modification.") | |||
|                  "ac_cv_func_dlopen=no" | ||||
| 
 | ||||
|                  ,@(if (%current-target-system) | ||||
|                        '("bash_cv_job_control_missing=no") | ||||
|                        '("bash_cv_job_control_missing=no" | ||||
|                          "bash_cv_getcwd_malloc=yes") | ||||
|                        '()))) | ||||
|          ((#:phases phases) | ||||
|           `(modify-phases ,phases | ||||
|  |  | |||
		Reference in a new issue