sysstat: forcibly disable sensors to avoid build failures

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2010-11-18 19:26:45 -03:00 committed by Peter Korsgaard
parent cdd861ea46
commit e7fbeda801
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
Fixes all over the tree.
Updated/fixed packages: libgcrypt, qt, tcpdump, xserver-xorg
Updated/fixed packages: libgcrypt, qt, sysstat, tcpdump,
xserver-xorg
Issues resolved (http://bugs.uclibc.org):

View File

@ -7,8 +7,8 @@
SYSSTAT_VERSION = 9.1.6
SYSSTAT_SOURCE = sysstat-$(SYSSTAT_VERSION).tar.bz2
SYSSTAT_SITE = http://pagesperso-orange.fr/sebastien.godard/
SYSSTAT_CONF_OPT = --disable-man-group --disable-sensors
SYSSTAT_CONF_OPT = --disable-man-group
ifneq ($(BR2_HAVE_DOCUMENTATION),y)
SYSSTAT_CONF_OPT += --disable-documentation
endif