diff options
author | Rodrigo Rebello <rprebello@gmail.com> | 2015-12-23 13:38:56 -0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-23 17:46:02 +0100 |
commit | a99b5cdfb329a0b36a5158db8bc3969b54a2ac47 (patch) | |
tree | ec81d71843fc22b7d3380fec6748961a88017e48 /package/vnstat/0001-add-missing-fcntl.h-include-needed-by-open-closes-21.patch | |
parent | ccf8ecd10fe2fe398ede6b297a5df19d6d69d8ae (diff) | |
download | buildroot-a99b5cdfb329a0b36a5158db8bc3969b54a2ac47.tar.gz buildroot-a99b5cdfb329a0b36a5158db8bc3969b54a2ac47.zip |
vnstat: bump to version 1.15
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>
Diffstat (limited to 'package/vnstat/0001-add-missing-fcntl.h-include-needed-by-open-closes-21.patch')
-rw-r--r-- | package/vnstat/0001-add-missing-fcntl.h-include-needed-by-open-closes-21.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/vnstat/0001-add-missing-fcntl.h-include-needed-by-open-closes-21.patch b/package/vnstat/0001-add-missing-fcntl.h-include-needed-by-open-closes-21.patch deleted file mode 100644 index 54895801e4..0000000000 --- a/package/vnstat/0001-add-missing-fcntl.h-include-needed-by-open-closes-21.patch +++ /dev/null @@ -1,28 +0,0 @@ -From a222434e096ce42c7937839f9666691f2b8a612f Mon Sep 17 00:00:00 2001 -From: Teemu Toivola <git@humdi.net> -Date: Sat, 27 Jun 2015 18:29:22 +0300 -Subject: [PATCH] add missing fcntl.h include needed by open(), closes #21 - -[Backport from upstream commit 964d7cd62b8626d51bf7ce06564aa9bd1d2b4d4c. -Fixes undeclared symbol issues when building with musl.] - -Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> ---- - src/common.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/common.h b/src/common.h -index 7616e55..eb0b61f 100644 ---- a/src/common.h -+++ b/src/common.h -@@ -22,6 +22,7 @@ - #include <pwd.h> - #include <grp.h> - #include <libgen.h> -+#include <fcntl.h> - - #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__FreeBSD_kernel__) - #include <sys/param.h> --- -2.1.4 - |