guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: make-4.2: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: make-4.2: Fix build.
Date: Tue, 14 Sep 2021 17:48:46 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 16c66d1  gnu: make-4.2: Fix build.
16c66d1 is described below

commit 16c66d1d6775249d4d4e81a18f2649fe1912d93a
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Sep 14 23:38:37 2021 +0200

    gnu: make-4.2: Fix build.
    
    * gnu/packages/base.scm (gnu-make-4.2)[arguments]: Add "-D__stat=stat" to
      'configure-flags'.
---
 gnu/packages/base.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 70eb135..174af43 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]