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

View file

@ -495,7 +495,7 @@ (define-public gnu-make-4.2
(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