|
@@ -21,9 +21,14 @@ UTIL_LINUX_CONF_ENV = scanf_cv_type_modifier=no
|
|
UTIL_LINUX_CONF_OPTS += \
|
|
UTIL_LINUX_CONF_OPTS += \
|
|
--disable-rpath \
|
|
--disable-rpath \
|
|
--disable-makeinstall-chown \
|
|
--disable-makeinstall-chown \
|
|
- --disable-bash-completion \
|
|
|
|
--without-python
|
|
--without-python
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_BASH),)
|
|
|
|
+UTIL_LINUX_CONF_OPTS += \
|
|
|
|
+ --disable-bash-completion \
|
|
|
|
+ --with-bashcompletiondir=
|
|
|
|
+endif
|
|
|
|
+
|
|
# We don't want the host-busybox dependency to be added automatically
|
|
# We don't want the host-busybox dependency to be added automatically
|
|
HOST_UTIL_LINUX_DEPENDENCIES = host-pkgconf
|
|
HOST_UTIL_LINUX_DEPENDENCIES = host-pkgconf
|
|
|
|
|