mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
- Switch to an active fork (which is already used by Fedora 39) - Drop patch (not needed sincebe272278c3) - HAVE_STRSEP has been dropped since0f7c525da6- CFLAGS and LDFLAGS must be set since6eac74e7ef- This bump will fix the following build failure with gcc 14 thanks tobe272278c3: dhcpdump.c: In function 'pcap_callback': dhcpdump.c:153:17: error: implicit declaration of function 'strftime' [-Wimplicit-function-declaration] 153 | strftime(timestamp, sizeof(timestamp), "%Y-%m-%d %H:%M:%S.", | ^~~~~~~~ dhcpdump.c:28:1: note: include '<time.h>' or provide a declaration of 'strftime' 27 | #include "dhcp_options.h" +++ |+#include <time.h> 28 | https://github.com/bbonev/dhcpdump/releases/tag/v1.9 Fixes: - http://autobuild.buildroot.org/results/9e559d634ac4e06f74f7b9e0402e45209aef2952 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
config BR2_PACKAGE_DHCPDUMP
|
|
bool "dhcpdump"
|
|
select BR2_PACKAGE_LIBPCAP
|
|
help
|
|
A tool for monitoring dhcp requests using tcpdump.
|
|
|
|
https://github.com/bbonev/dhcpdump
|