gnu: recutils: Fix cross-compilation.
* gnu/packages/databases.scm (recutils) [arguments]: Point "--with-bash-headers" to the root bash "/include" directory.
This commit is contained in:
		
							parent
							
								
									b4c9a3d23b
								
							
						
					
					
						commit
						20fbd87093
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -1572,8 +1572,9 @@ organized in a hash table or B+ tree.")
 | 
				
			||||||
     (list #:configure-flags
 | 
					     (list #:configure-flags
 | 
				
			||||||
           '(list "--disable-static"
 | 
					           '(list "--disable-static"
 | 
				
			||||||
                  (string-append "--with-bash-headers="
 | 
					                  (string-append "--with-bash-headers="
 | 
				
			||||||
                                 (search-input-directory %build-inputs
 | 
					                                 (dirname (search-input-directory
 | 
				
			||||||
                                                         "include/bash")))))
 | 
					                                           %build-inputs
 | 
				
			||||||
 | 
					                                           "include/bash"))))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     ;; XXX Without labels, the default 'configure phase picks the wrong "bash".
 | 
					     ;; XXX Without labels, the default 'configure phase picks the wrong "bash".
 | 
				
			||||||
     `(("bc" ,bc)
 | 
					     `(("bc" ,bc)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue