diff --git a/shells/bash-static/Makefile b/shells/bash-static/Makefile index 9834da0121db..e3a84b074e66 100644 --- a/shells/bash-static/Makefile +++ b/shells/bash-static/Makefile @@ -4,4 +4,6 @@ OPTIONS_SLAVE= STATIC PKGNAMESUFFIX= -static +PIE_UNSAFE= yes + .include "${MASTERDIR}/Makefile"