gnu: make-bootstrap: Update patching of gawk's configure.
* gnu/packages/make-bootstrap.scm (%static-inputs)[gawk]: Change "-export-dynamic" to "-Wl,-export-dynamic" to account for current 'configure' file.
This commit is contained in:
parent
8dca238b15
commit
86d7043cad
|
@ -181,7 +181,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
|||
;; Since we use `-static', remove
|
||||
;; `-export-dynamic'.
|
||||
(substitute* "configure"
|
||||
(("-export-dynamic") "")))
|
||||
(("-Wl,-export-dynamic") "")))
|
||||
,phases)))))
|
||||
(inputs (if (%current-target-system)
|
||||
`(("bash" ,%bash-static))
|
||||
|
|
Loading…
Reference in New Issue