mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ (define %static-inputs
|
|||
;; 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 a new issue