Update buildroot from 17.02.2 -> 17.02.3
This commit is contained in:
@@ -28,11 +28,6 @@ NCURSES_CONF_OPTS = \
|
||||
$(if $(BR2_PACKAGE_NCURSES_TARGET_PROGS),,--without-progs) \
|
||||
--without-manpages
|
||||
|
||||
# Install after busybox for the full-blown versions
|
||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||
NCURSES_DEPENDENCIES += busybox
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
NCURSES_CONF_OPTS += --without-shared --with-normal
|
||||
else ifeq ($(BR2_SHARED_LIBS),y)
|
||||
|
||||
Reference in New Issue
Block a user