guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: stress-make: Fix glob configuration.


From: guix-commits
Subject: 01/01: gnu: stress-make: Fix glob configuration.
Date: Fri, 18 Jan 2019 01:33:03 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit fd466fb81558aa9e0e83c9bf26cc1d2bc594a8ce
Author: Eric Bavier <address@hidden>
Date:   Fri Jan 18 00:30:28 2019 -0600

    gnu: stress-make: Fix glob configuration.
    
    * gnu/packages/debug.scm (stress-make)[arguments]: Adopt configure cache 
value
    "make_cv_sys_gnu_glob=yes" from gnu-make package.
---
 gnu/packages/debug.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 7cb1629..4e63c81 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -285,7 +285,8 @@ down the road.")
        ;; patch-* phases work properly, we unpack the source first, then
        ;; repack before the configure phase.
        (let ((make-dir (string-append "make-" (package-version gnu-make))))
-         `(#:configure-flags '("--with-make-tar=./make.tar.xz")
+         `(#:configure-flags '("--with-make-tar=./make.tar.xz"
+                               "make_cv_sys_gnu_glob=yes")
            #:phases
            (modify-phases %standard-phases
              (add-after 'unpack 'unpack-make



reply via email to

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