~ruther/guix-local

86d7043cad164f06a8a37561da6eb88f28f16a8f — Ludovic Courtès 10 years ago 8dca238
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/make-bootstrap.scm
M gnu/packages/make-bootstrap.scm => gnu/packages/make-bootstrap.scm +1 -1
@@ 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))