summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/bash/bash.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index 42e89180d1..8842425be0 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -14,7 +14,7 @@ PARALLEL_MAKE = ""
14bindir = "/bin" 14bindir = "/bin"
15sbindir = "/sbin" 15sbindir = "/sbin"
16 16
17EXTRA_OECONF = "--with-ncurses" 17EXTRA_OECONF = "--with-curses --enable-job-control"
18export CC_FOR_BUILD = "${BUILD_CC}" 18export CC_FOR_BUILD = "${BUILD_CC}"
19 19
20do_configure () { 20do_configure () {