Fabrice Fontaine
a92e9e5fb8
package/bustle: fix pcap-config call
Fix the following build failure raised since bump of libpcap to version
1.10.2 in commit 6bee8635d9 and
d0cba780dc:
pcap-config: Invalid command-line option pcap-config specified
Usage: pcap-config [ --help ] [ --static | --static-pcap-only ] [ --libs | --additional-libs ]
perl -nle 'm/^Version:\s+(.*)$/ and print $1' \
bustle.cabal > dist/build/autogen/version.txt
echo '#define BUSTLE_VERSION "'`cat dist/build/autogen/version.txt`'"' > dist/build/autogen/version.h
/home/buildroot/autobuild/run/instance-2/output-1/host/bin/arm-linux-gcc -Idist/build/autogen -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 \
-o dist/build/bustle-pcap c-sources/pcap-reader.c c-sources/pcap-monitor.c c-sources/bustle-pcap.c \
-I/home/buildroot/autobuild/run/instance-2/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/glib-2.0 -I/home/buildroot/autobuild/run/instance-2/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/glib-2.0/include -I/home/buildroot/autobuild/run/instance-2/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/libmount -I/home/buildroot/autobuild/run/instance-2/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/blkid -I/home/buildroot/autobuild/run/instance-2/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/gio-unix-2.0 -pthread -L/home/buildroot/autobuild/run/instance-2/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0
/home/buildroot/autobuild/run/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-uclibcgnueabi/10.3.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: /tmp/cc5SQkTV.o: in function `bustle_pcap_reader_finalize':
pcap-reader.c:(.text+0x254): undefined reference to `pcap_close'
Fixes:
- http://autobuild.buildroot.org/results/f3dcb617488e4172e639e3bd51a93bc9822ea186
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-01-08 16:38:27 +01:00
..
2022-12-18 11:32:08 +01:00
2022-12-11 14:16:27 +01:00
2023-01-06 08:42:06 +01:00
2022-12-28 11:01:03 +01:00
2022-12-11 11:45:59 +01:00
2022-12-11 21:30:33 +01:00
2023-01-04 23:11:50 +01:00
2022-12-11 14:33:18 +01:00
2022-12-29 09:50:44 +01:00
2022-12-23 10:57:12 +01:00
2022-12-09 19:01:09 +01:00
2023-01-08 16:38:27 +01:00
2022-12-14 20:02:45 +01:00
2022-12-29 10:04:19 +01:00
2023-01-05 10:24:52 +01:00
2023-01-05 08:47:46 +01:00
2023-01-04 17:21:39 +01:00
2022-12-27 22:45:19 +01:00
2022-12-10 09:18:48 +01:00
2022-12-11 14:33:05 +01:00
2022-12-11 11:33:41 +01:00
2022-12-01 22:11:13 +01:00
2022-11-25 23:19:56 +01:00
2022-12-18 14:54:28 +01:00
2022-12-29 10:06:56 +01:00
2022-12-11 14:22:42 +01:00
2022-12-11 11:33:41 +01:00
2022-12-28 21:01:30 +01:00
2022-12-09 19:02:19 +01:00
2022-12-11 14:33:14 +01:00
2022-12-11 11:35:52 +01:00
2022-12-11 14:33:11 +01:00
2022-12-18 14:57:57 +01:00
2022-12-23 10:29:07 +01:00
2022-12-23 10:29:17 +01:00
2022-11-24 21:28:45 +01:00
2022-12-27 20:57:36 +01:00
2022-12-04 13:51:54 +01:00
2022-12-05 10:01:26 +01:00
2022-12-03 22:39:25 +01:00
2023-01-04 22:21:58 +01:00
2022-12-11 14:15:56 +01:00
2023-01-04 22:52:09 +01:00
2022-12-23 10:35:40 +01:00
2022-12-03 15:31:29 +01:00
2022-12-11 14:33:25 +01:00
2022-11-20 10:19:31 +01:00
2023-01-04 22:53:32 +01:00
2023-01-04 22:29:01 +01:00
2023-01-04 22:29:01 +01:00
2022-12-31 17:21:13 +01:00
2023-01-06 16:10:19 +01:00
2023-01-06 16:10:10 +01:00
2022-12-11 14:09:18 +01:00
2022-11-19 14:46:31 +01:00
2022-12-31 17:22:52 +01:00
2022-12-11 11:36:43 +01:00
2022-12-27 22:22:21 +01:00
2022-12-19 22:26:19 +01:00
2022-12-04 12:56:19 +01:00
2022-12-18 13:37:42 +01:00
2022-12-05 10:01:26 +01:00
2023-01-04 22:54:58 +01:00
2023-01-07 20:28:23 +01:00
2022-11-23 11:00:51 +01:00
2022-12-10 18:13:23 +01:00
2022-12-09 19:00:53 +01:00
2023-01-05 23:08:23 +01:00
2022-12-11 11:38:19 +01:00
2022-12-18 11:37:09 +01:00
2022-11-21 19:08:08 +01:00
2022-12-10 22:11:43 +01:00
2022-12-29 10:03:40 +01:00
2023-01-04 22:21:47 +01:00
2022-12-19 10:00:57 +01:00
2022-12-11 14:32:54 +01:00
2022-12-27 20:58:58 +01:00
2022-12-18 15:32:09 +01:00
2022-11-23 23:30:45 +01:00
2023-01-06 08:28:05 +01:00
2022-12-28 21:46:52 +01:00
2023-01-04 22:22:06 +01:00
2023-01-04 17:45:56 +01:00
2022-11-21 22:20:38 +01:00
2023-01-04 17:46:22 +01:00
2022-12-31 17:22:40 +01:00
2022-11-23 22:50:32 +01:00
2022-12-18 14:48:10 +01:00
2023-01-04 22:35:11 +01:00
2023-01-04 22:37:45 +01:00
2023-01-04 22:37:37 +01:00
2022-12-14 23:08:15 +01:00
2022-12-19 09:59:18 +01:00
2022-12-14 19:59:00 +01:00
2022-12-11 14:32:57 +01:00
2022-11-22 22:34:22 +01:00
2023-01-05 10:25:14 +01:00
2022-12-27 21:52:12 +01:00
2022-12-11 14:43:01 +01:00
2022-12-27 21:04:14 +01:00
2022-12-27 21:04:14 +01:00
2022-12-27 21:04:26 +01:00
2022-12-27 21:04:14 +01:00
2022-12-29 10:03:23 +01:00
2022-12-14 23:05:31 +01:00
2022-12-13 21:07:03 +01:00
2022-12-19 09:59:26 +01:00
2022-12-22 08:37:52 +01:00
2022-12-27 20:56:11 +01:00
2022-12-29 09:59:12 +01:00
2022-11-14 23:15:20 +01:00
2022-12-18 14:45:40 +01:00
2022-12-10 09:47:01 +01:00
2022-12-18 11:33:49 +01:00
2022-12-13 21:15:50 +01:00
2023-01-06 08:50:48 +01:00
2022-12-01 22:09:00 +01:00
2022-12-27 21:46:35 +01:00
2022-11-24 15:36:04 +01:00
2023-01-04 15:29:36 +01:00
2022-12-12 20:44:50 +01:00
2022-12-01 22:22:15 +01:00
2023-01-04 17:45:11 +01:00
2022-12-29 10:24:36 +01:00
2023-01-06 16:05:08 +01:00
2023-01-03 13:59:09 +01:00
2022-11-24 13:42:45 +01:00
2022-12-26 09:43:39 +01:00
2022-12-18 11:27:26 +01:00
2023-01-04 22:22:16 +01:00
2022-12-01 22:09:02 +01:00
2022-12-27 20:59:03 +01:00
2022-12-11 14:43:11 +01:00
2022-12-22 17:40:45 +01:00
2023-01-04 22:34:57 +01:00
2023-01-04 22:56:37 +01:00
2022-12-10 09:37:40 +01:00
2022-12-27 22:33:23 +01:00
2023-01-04 17:20:27 +01:00
2022-12-13 21:16:48 +01:00
2022-12-21 13:47:41 +01:00
2022-12-29 10:06:23 +01:00
2023-01-03 13:58:19 +01:00
2022-12-03 15:42:40 +01:00
2023-01-07 20:28:23 +01:00
2023-01-04 23:06:11 +01:00
2023-01-04 22:23:14 +01:00
2022-12-11 14:22:13 +01:00
2022-12-26 22:10:32 +01:00
2022-12-28 11:04:17 +01:00
2022-12-26 22:10:34 +01:00
2022-12-26 22:10:37 +01:00
2022-11-22 23:28:06 +01:00
2022-12-26 22:10:39 +01:00
2022-12-22 22:24:06 +01:00
2022-12-22 22:24:20 +01:00
2022-12-05 08:14:32 +01:00
2022-12-11 21:52:31 +01:00
2022-12-03 22:30:56 +01:00
2022-12-18 11:31:23 +01:00
2022-12-23 16:55:00 +01:00
2022-12-04 18:29:08 +01:00
2023-01-05 10:51:09 +01:00
2023-01-05 10:51:09 +01:00
2022-12-27 21:48:33 +01:00
2022-12-31 17:22:54 +01:00
2023-01-04 22:27:29 +01:00
2023-01-04 22:27:29 +01:00
2022-12-11 11:38:53 +01:00
2022-12-31 18:21:14 +01:00
2022-12-11 11:39:10 +01:00
2022-12-18 14:55:35 +01:00
2022-12-11 21:21:08 +01:00
2022-12-19 10:00:14 +01:00
2022-12-18 14:53:02 +01:00
2022-12-26 22:02:30 +01:00
2022-12-10 21:31:01 +01:00
2022-12-29 10:03:53 +01:00
2023-01-04 22:23:27 +01:00
2022-12-22 17:42:09 +01:00
2022-12-11 11:50:05 +01:00
2023-01-03 21:18:56 +01:00
2022-12-11 14:09:51 +01:00
2022-12-11 11:39:48 +01:00
2022-12-02 19:38:13 +01:00
2022-12-11 17:27:53 +01:00
2022-11-20 09:46:07 +01:00
2022-11-20 10:01:14 +01:00
2023-01-07 20:27:53 +01:00
2022-12-26 22:15:34 +01:00
2022-11-20 10:34:57 +01:00
2022-11-20 10:34:57 +01:00
2022-11-20 10:14:41 +01:00
2022-12-11 15:59:24 +01:00
2022-12-10 10:34:12 +01:00
2022-12-11 14:49:49 +01:00
2022-12-10 10:56:25 +01:00
2022-12-10 10:56:25 +01:00
2022-12-27 21:50:16 +01:00
2022-11-14 23:14:25 +01:00
2022-12-01 22:09:06 +01:00
2023-01-04 22:23:53 +01:00
2022-12-29 10:28:03 +01:00
2023-01-05 23:28:36 +01:00
2022-12-11 11:41:09 +01:00
2022-12-18 15:33:35 +01:00
2023-01-04 23:07:03 +01:00
2022-12-10 16:40:56 +01:00
2022-11-14 23:14:46 +01:00
2022-12-11 17:51:18 +01:00
2023-01-04 17:52:21 +01:00
2022-12-09 19:02:38 +01:00
2023-01-04 22:25:25 +01:00
2022-12-11 09:29:43 +01:00
2022-12-11 14:33:01 +01:00
2022-12-11 14:33:08 +01:00
2022-12-11 09:41:32 +01:00
2022-12-18 14:51:43 +01:00
2022-12-29 10:30:46 +01:00
2022-12-11 22:40:45 +01:00
2022-12-11 09:28:18 +01:00
2022-12-18 14:51:34 +01:00
2022-12-11 09:28:20 +01:00
2022-12-11 09:28:22 +01:00
2022-12-11 09:28:24 +01:00
2022-12-11 09:28:26 +01:00
2022-12-11 09:28:28 +01:00
2022-12-11 09:28:30 +01:00
2022-12-11 09:28:33 +01:00
2022-12-11 09:28:35 +01:00
2022-12-11 09:28:37 +01:00
2022-12-11 09:28:39 +01:00
2023-01-02 22:33:55 +01:00
2022-12-11 09:28:41 +01:00
2022-11-25 21:33:15 +01:00
2022-12-11 09:28:43 +01:00
2022-12-11 09:28:46 +01:00
2022-12-11 09:28:48 +01:00
2022-12-11 09:28:52 +01:00
2022-12-11 09:28:54 +01:00
2022-12-11 09:28:56 +01:00
2022-12-18 14:50:07 +01:00
2022-12-11 09:28:59 +01:00
2022-12-11 09:29:01 +01:00
2022-12-11 09:29:03 +01:00
2022-12-11 09:29:05 +01:00
2022-12-11 09:28:16 +01:00
2022-12-18 14:40:24 +01:00
2022-12-11 09:29:07 +01:00
2022-12-11 09:29:09 +01:00
2022-12-11 09:29:11 +01:00
2022-12-11 09:29:13 +01:00
2022-12-11 09:29:16 +01:00
2022-12-11 09:29:18 +01:00
2022-12-14 20:01:56 +01:00
2022-12-11 09:29:22 +01:00
2022-12-18 14:52:32 +01:00
2022-12-11 09:29:24 +01:00
2022-12-11 09:29:26 +01:00
2022-12-29 10:38:05 +01:00
2022-12-11 09:29:28 +01:00
2022-12-11 09:29:30 +01:00
2022-12-11 18:16:20 +01:00
2022-12-11 09:29:32 +01:00
2022-12-11 09:29:34 +01:00
2022-12-11 09:29:36 +01:00
2022-12-11 18:05:46 +01:00
2022-12-18 14:40:12 +01:00
2022-12-11 09:29:38 +01:00
2022-12-11 09:29:40 +01:00
2022-12-11 09:29:43 +01:00
2022-12-11 09:29:45 +01:00
2022-12-11 09:29:47 +01:00
2022-12-11 09:29:49 +01:00
2022-12-11 09:29:51 +01:00
2022-12-11 09:43:22 +01:00
2022-12-11 09:29:53 +01:00
2022-12-11 09:29:55 +01:00
2022-12-11 09:29:57 +01:00
2022-12-10 21:31:01 +01:00
2022-12-11 18:05:41 +01:00
2022-12-11 09:29:59 +01:00
2022-11-24 22:30:03 +01:00
2022-12-11 09:30:02 +01:00
2022-12-11 09:28:50 +01:00
2022-12-04 14:16:07 +01:00
2022-12-11 09:30:04 +01:00
2022-12-11 18:16:43 +01:00
2022-12-11 09:30:06 +01:00
2022-11-24 22:30:38 +01:00
2022-12-11 09:30:08 +01:00
2022-12-11 09:30:10 +01:00
2022-12-11 09:30:12 +01:00
2022-12-11 21:14:20 +01:00
2022-12-18 14:27:50 +01:00
2022-12-11 09:30:16 +01:00
2022-12-11 09:30:18 +01:00
2022-12-11 09:30:20 +01:00
2022-12-11 09:30:22 +01:00
2022-12-11 09:30:25 +01:00
2022-12-11 09:30:27 +01:00
2022-12-11 09:30:29 +01:00
2022-12-11 09:30:31 +01:00
2023-01-04 17:44:44 +01:00
2023-01-06 16:11:32 +01:00
2022-11-25 23:16:46 +01:00
2023-01-04 23:08:15 +01:00
2023-01-04 17:47:55 +01:00
2022-12-04 20:57:43 +01:00
2023-01-04 22:51:39 +01:00
2023-01-04 22:25:38 +01:00
2023-01-04 23:08:34 +01:00
2022-12-28 21:02:11 +01:00
2022-11-22 23:32:55 +01:00
2022-12-05 10:01:26 +01:00
2022-12-29 10:32:59 +01:00
2022-11-29 22:54:40 +01:00
2022-12-11 10:55:55 +01:00
2022-12-18 15:34:45 +01:00
2022-12-28 20:53:29 +01:00
2022-12-28 20:53:10 +01:00
2022-12-02 19:41:06 +01:00
2022-12-18 15:51:01 +01:00
2022-11-29 22:57:25 +01:00
2022-12-23 10:27:47 +01:00
2022-12-27 22:32:56 +01:00
2022-12-11 11:41:52 +01:00
2022-12-27 21:49:02 +01:00
2022-12-27 21:49:02 +01:00
2022-11-20 19:35:41 +01:00
2022-11-21 21:44:04 +01:00
2022-12-05 10:01:26 +01:00
2022-12-05 14:18:06 +01:00
2022-12-11 09:15:55 +01:00
2022-12-22 21:49:13 +01:00
2022-12-28 20:49:05 +01:00
2022-12-28 20:50:19 +01:00
2022-12-11 09:15:59 +01:00
2022-12-05 10:01:26 +01:00
2023-01-04 22:31:48 +01:00
2022-12-11 17:50:52 +01:00
2022-11-22 22:38:13 +01:00
2022-11-14 23:22:36 +01:00
2022-12-27 21:37:44 +01:00
2023-01-04 22:26:08 +01:00
2022-12-14 23:06:17 +01:00
2022-12-18 15:35:43 +01:00
2022-12-11 22:19:15 +01:00
2023-01-04 23:09:24 +01:00
2022-11-20 12:05:13 +01:00
2022-12-21 22:14:27 +01:00
2023-01-04 22:26:23 +01:00
2022-12-11 17:32:27 +01:00
2023-01-04 17:51:23 +01:00
2023-01-06 08:36:52 +01:00
2022-12-18 11:43:11 +01:00
2023-01-04 17:43:03 +01:00
2022-12-13 21:12:41 +01:00
2023-01-05 10:19:54 +01:00
2022-12-05 10:01:26 +01:00
2023-01-06 08:39:38 +01:00
2022-11-22 23:41:36 +01:00
2022-12-20 08:16:27 +01:00
2022-12-27 22:29:45 +01:00
2022-12-11 11:34:10 +01:00
2022-12-11 14:33:22 +01:00
2022-11-23 22:46:47 +01:00
2023-01-04 22:34:36 +01:00
2022-11-25 23:09:14 +01:00
2022-12-02 19:44:54 +01:00
2022-12-01 21:54:50 +01:00
2022-12-11 21:25:21 +01:00
2022-12-18 16:48:34 +01:00
2022-12-14 20:30:07 +01:00
2023-01-04 14:21:33 +01:00
2022-12-29 09:55:36 +01:00
2023-01-06 08:38:47 +01:00
2023-01-04 23:09:59 +01:00
2023-01-04 17:20:36 +01:00
2023-01-04 17:21:12 +01:00
2023-01-05 10:21:38 +01:00
2022-11-20 10:02:41 +01:00
2022-12-11 17:24:26 +01:00
2022-12-23 10:34:46 +01:00
2022-11-20 10:03:00 +01:00
2022-12-29 10:32:56 +01:00
2022-12-14 20:05:36 +01:00
2022-12-31 18:31:14 +01:00
2022-12-11 21:19:48 +01:00
2023-01-04 17:52:59 +01:00
2023-01-02 22:33:55 +01:00
2022-12-31 18:41:58 +01:00
2022-12-04 18:29:08 +01:00
2022-11-24 11:44:30 +01:00
2022-12-11 16:38:34 +01:00