diff options
Diffstat (limited to 'meta/recipes-extended/bash')
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 8842425be0..aa8cac8222 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc | |||
@@ -14,7 +14,7 @@ PARALLEL_MAKE = "" | |||
14 | bindir = "/bin" | 14 | bindir = "/bin" |
15 | sbindir = "/sbin" | 15 | sbindir = "/sbin" |
16 | 16 | ||
17 | EXTRA_OECONF = "--with-curses --enable-job-control" | 17 | EXTRA_OECONF = "--enable-job-control" |
18 | export CC_FOR_BUILD = "${BUILD_CC}" | 18 | export CC_FOR_BUILD = "${BUILD_CC}" |
19 | 19 | ||
20 | do_configure () { | 20 | do_configure () { |