summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 7c4cf8791add..8cf4684c6b33 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -62,8 +62,10 @@ WITHOUT_NLS=yes
.endif
CONFIGURE_ARGS+= --enable-static-link
PKGNAMESUFFIX= -static
+CONFLICTS+= bash-[0-9]*
.else
CONFIGURE_ARGS+= --enable-static-link=no
+CONFLICTS+= bash-static-[0-9]*
.endif
.if defined(WITHOUT_HELP)