diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-06-26 15:06:39 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-27 13:04:07 +0200 |
commit | 9f919c49e0af724d50bd06bcc59c3a333242267f (patch) | |
tree | 24531f3838ada3322305104b45d9f28f16b26370 /package/bmon/bmon-curses.patch | |
parent | 9fbd8cc07e26cd4cc436e015a14aeee5563f2619 (diff) | |
download | buildroot-9f919c49e0af724d50bd06bcc59c3a333242267f.tar.gz buildroot-9f919c49e0af724d50bd06bcc59c3a333242267f.zip |
bmon: bump to version 3.2
And add license information, homepage and switch upstream source.
[Peter: no longer needs IPv6/mmu, fix static link]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/bmon/bmon-curses.patch')
-rw-r--r-- | package/bmon/bmon-curses.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/package/bmon/bmon-curses.patch b/package/bmon/bmon-curses.patch deleted file mode 100644 index 0eb164e323..0000000000 --- a/package/bmon/bmon-curses.patch +++ /dev/null @@ -1,26 +0,0 @@ -[PATCH] fix build without curses - -bmon supports a --disable-curses configure option, but still #error -out if curses wasn't detected, even though the rest of the code is -written to work without curses support. - -Fix it by removing the bogus #error line. - -Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> ---- - include/bmon/config.h | 2 -- - 1 file changed, 2 deletions(-) - -Index: bmon-2.1.0/include/bmon/config.h -=================================================================== ---- bmon-2.1.0.orig/include/bmon/config.h -+++ bmon-2.1.0/include/bmon/config.h -@@ -118,8 +118,6 @@ - # endif /* !HAVE_CURSES */ - #elif defined HAVE_CURSES - # include <curses.h> --#else --# error "*** ERROR: Neither ncurses nor curses is present on your system. ***" - #endif /* HAVE_[N]CURSES */ - - #if defined HAVE_RRD |