Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -12,7 +12,7 @@ TROUSERS_LICENSE_FILES = LICENSE
|
||||
TROUSERS_INSTALL_STAGING = YES
|
||||
# Need autoreconf because of a patch touching configure.in and Makefile.am
|
||||
TROUSERS_AUTORECONF = YES
|
||||
TROUSERS_DEPENDENCIES = openssl
|
||||
TROUSERS_DEPENDENCIES = host-pkgconf openssl
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
||||
TROUSERS_DEPENDENCIES += libiconv
|
||||
@@ -23,8 +23,7 @@ endif
|
||||
# workaround.
|
||||
TROUSERS_CONF_OPTS += --disable-usercheck
|
||||
|
||||
# uClibc toolchain for ARC doesn't support PIE at the moment
|
||||
ifeq ($(BR2_arc),y)
|
||||
ifeq ($(BR2_TOOLCHAIN_SUPPORTS_PIE),)
|
||||
TROUSERS_CONF_ENV += \
|
||||
ax_cv_check_cflags___fPIE__DPIE=no \
|
||||
ax_cv_check_ldflags___pie=no
|
||||
|
||||
Reference in New Issue
Block a user