gnu: make-4.2: Fix build.
* gnu/packages/base.scm (gnu-make-4.2)[arguments]: Add "-D__stat=stat" to 'configure-flags'.
This commit is contained in:
		
							parent
							
								
									badf083d30
								
							
						
					
					
						commit
						16c66d1d67
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -495,7 +495,7 @@ change.  GNU make offers many powerful extensions over the standard utility.")
 | 
			
		|||
               (base32
 | 
			
		||||
                "12f5zzyq2w56g95nni65hc0g5p7154033y2f3qmjvd016szn5qnn"))))
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:configure-flags '("CFLAGS=-D__alloca=alloca")
 | 
			
		||||
     `(#:configure-flags '("CFLAGS=-D__alloca=alloca -D__stat=stat")
 | 
			
		||||
       #:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
         (add-before 'build 'set-default-shell
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue