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 @@ -1,7 +1,9 @@ MASTERDIR= ${.CURDIR}/../../shells/bash OPTIONS_SLAVE= STATIC PKGNAMESUFFIX= -static +PIE_UNSAFE= yes + .include "${MASTERDIR}/Makefile"