summaryrefslogtreecommitdiff
path: root/gnu/packages/bash.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/bash.scm')
-rw-r--r--gnu/packages/bash.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index 9f107aa354..3b175a5b3c 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -198,6 +198,10 @@ without modification.")
"--disable-net-redirections"
"--disable-nls"
+ ;; Pretend 'dlopen' is missing so we don't build loadable
+ ;; modules and related code.
+ "ac_cv_func_dlopen=no"
+
,@(if (%current-target-system)
'("bash_cv_job_control_missing=no")
'()))))))))