|
@@ -29,7 +29,6 @@ BASH_CONF_ENV += \
|
|
# The static build needs some trickery
|
|
# The static build needs some trickery
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|
|
BASH_CONF_OPTS += --enable-static-link
|
|
BASH_CONF_OPTS += --enable-static-link
|
|
-BASH_CONF_ENV += SHOBJ_STATUS=unsupported
|
|
|
|
# bash wants to redefine the getenv() function. To check whether this is
|
|
# bash wants to redefine the getenv() function. To check whether this is
|
|
# possible, AC_TRY_RUN is used which is not possible in
|
|
# possible, AC_TRY_RUN is used which is not possible in
|
|
# cross-compilation.
|
|
# cross-compilation.
|