diff --git a/package/bash/bash.mk b/package/bash/bash.mk index 996c6a6097..31cb1f50a3 100644 --- a/package/bash/bash.mk +++ b/package/bash/bash.mk @@ -29,7 +29,6 @@ BASH_CONF_ENV += \ # The static build needs some trickery ifeq ($(BR2_STATIC_LIBS),y) BASH_CONF_OPTS += --enable-static-link -BASH_CONF_ENV += SHOBJ_STATUS=unsupported # bash wants to redefine the getenv() function. To check whether this is # possible, AC_TRY_RUN is used which is not possible in # cross-compilation.