me
/
guix
Archived
1
0
Fork 0

gnu: make-4.2: Fix build.

* gnu/packages/base.scm (gnu-make-4.2)[arguments]: Add "-D__stat=stat" to
  'configure-flags'.
master
Guillaume Le Vaillant 2021-09-14 23:38:37 +02:00
parent badf083d30
commit 16c66d1d67
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 1 deletions

View File

@ -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