summaryrefslogtreecommitdiffstats
path: root/rules/bash.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-04-17 13:58:00 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-04-17 15:22:16 +0200
commit027ed211a4f765d3a07b231d3e6f1446f22270e2 (patch)
tree1f2c515bd1a7b6fc2de77d3ac13e51d004b3b04e /rules/bash.in
parentc0f8f4cc51c51403f8e33f523a7ae1c2f294c0b9 (diff)
downloadptxdist-027ed211a4f765d3a07b231d3e6f1446f22270e2.tar.gz
ptxdist-027ed211a4f765d3a07b231d3e6f1446f22270e2.tar.xz
bash: force broken option to 'y'
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/bash.in')
-rw-r--r--rules/bash.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/bash.in b/rules/bash.in
index 8358510a5..b902dfbc7 100644
--- a/rules/bash.in
+++ b/rules/bash.in
@@ -131,7 +131,9 @@ config BASH_DPARAN_ARITH
config BASH_EXTPATTERN
bool
- prompt "Include ksh-style extended pattern matching"
+ default y
+ # fails to build without this in 4.3.30
+ prompt "Include ksh-style extended pattern matching" if BROKEN
config BASH_EXTPATTERN_DEFLT
bool