From 86d7043cad164f06a8a37561da6eb88f28f16a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 14 Jun 2015 23:15:34 +0200 Subject: 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. --- gnu/packages/make-bootstrap.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/make-bootstrap.scm') diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index ae03b7b339..4f02477c0b 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm @@ -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)) -- cgit v1.2.3