Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -35,7 +35,11 @@ endif
|
||||
|
||||
# Make sure binaries get installed in /bin, so that they overwrite
|
||||
# their busybox counterparts.
|
||||
PROCPS_NG_CONF_OPTS += --exec-prefix=/
|
||||
# Make sure libprocps.pc is installed in STAGING_DIR/usr/lib/pkgconfig/
|
||||
# otherwise it's installed in STAGING_DIR/lib/pkgconfig/ breaking
|
||||
# pkg-config --libs libprocps.
|
||||
PROCPS_NG_CONF_OPTS += --exec-prefix=/ \
|
||||
--libdir=/usr/lib
|
||||
|
||||
# Allows unicode characters to show in 'watch'
|
||||
ifeq ($(BR2_PACKAGE_NCURSES_WCHAR),y)
|
||||
@@ -43,4 +47,10 @@ PROCPS_NG_CONF_OPTS += \
|
||||
--enable-watch8bit
|
||||
endif
|
||||
|
||||
# numa support requires libdl, so explicitly disable it when
|
||||
# BR2_STATIC_LIBS=y
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
PROCPS_NG_CONF_OPTS += --disable-numa
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user