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.
This commit is contained in:
parent
e6ab20f71d
commit
fd466fb815
1 changed files with 2 additions and 1 deletions
|
@ -285,7 +285,8 @@ down the road.")
|
||||||
;; patch-* phases work properly, we unpack the source first, then
|
;; patch-* phases work properly, we unpack the source first, then
|
||||||
;; repack before the configure phase.
|
;; repack before the configure phase.
|
||||||
(let ((make-dir (string-append "make-" (package-version gnu-make))))
|
(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
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'unpack-make
|
(add-after 'unpack 'unpack-make
|
||||||
|
|
Reference in a new issue