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:
Ludovic Courtès 2015-06-14 23:15:34 +02:00
parent 8dca238b15
commit 86d7043cad
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
;; Since we use `-static', remove ;; Since we use `-static', remove
;; `-export-dynamic'. ;; `-export-dynamic'.
(substitute* "configure" (substitute* "configure"
(("-export-dynamic") ""))) (("-Wl,-export-dynamic") "")))
,phases))))) ,phases)))))
(inputs (if (%current-target-system) (inputs (if (%current-target-system)
`(("bash" ,%bash-static)) `(("bash" ,%bash-static))