summaryrefslogtreecommitdiffstats
path: root/package/vnstat
Commit message (Collapse)AuthorAgeFilesLines
* vnstat: needs host-pkgconfJörg Krause2016-04-131-1/+2
| | | | | | | | | | | | | vnstat uses the PKG_CHECK_MODULES macro and therefore requires pkg-config. Note that for adding the dependency gd to VNSTAT_DEPENDENCIES the assignment was changed from '=' to '+='. Fixes: http://autobuild.buildroot.net/results/4dd/4ddb0d7d7fe2509ff9c4753d918e0bebd7725c13/ Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vnstat: bump to version 1.15Rodrigo Rebello2015-12-234-44/+64
| | | | | | | | | | | | Also: - Remove no longer needed patch (merged upstream). - Adapt vnstat.mk to the new autotools-based build system. - Include patch to improve gd library usability check + add configure option to explicitly disable that check. Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vnstat: add upstream patch to fix build with muslRodrigo Rebello2015-12-171-0/+28
| | | | | | | | | | | | | | | | The header file 'fcntl.h' was missing from 'src/common.h', which caused the build with musl to fail with undeclared symbol errors like the following: dbaccess.c: In function ‘backupdb’: dbaccess.c:268:25: error: ‘O_RDONLY’ undeclared (first use in this function) if ((c = open(current, O_RDONLY)) == -1) { ^ This has already been fixed upstream, so the included patch must be dropped on the next version bump. Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vnstat: bump to version 1.14Rodrigo Rebello2015-12-173-7/+13
| | | | | | | | Also add new dependency on BR2_USE_WCHAR (version 1.14 uses mbstowcs()) and rewrap help text to 72 characters. Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/vnstat: New packageBernd Kuhls2015-01-103-0/+43
[Thomas: - Rename the VNSTAT_INSTALL_VNSTATI to VNSTAT_INSTALL_VNSTATI_CMDS, and use 'define ... endef'. - Use full paths for the destinations when using $(INSTALL)] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud