mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Removed patch 0001, included upstream:b8b1e9751eRemoved patch 0002, included upstream:0a51c8bc62Removed patch 0003, included upstream:c9ddace67bRemoved patch 0004 which was never sent upstream, also libnet still provides libnet-config and causes no build errors. Porting this patch to the modified configure.ac script does not create any benefits so we drop this patch along with autoreconf. Removed patch 0005, included upstream:742424ddd7Removed patch 0006, included upstream:e97f8e9d4b1e340b1eb3Wchar is needed since this commit was added to 1.48.1:8107128098Pcre2 is now required instead of pcre:cfcf1e6e9cUpdated license hash due to upstream commit:fc5db167deRemoved /pcap from configure option pcap-includes due to upstream commit110fa39f8fwhich now searches for pcap/pcap.h instead of pcap.h:110fa39f8f (diff-49473dca262eeab3b4a43002adb08b4db31020d190caaad1594b47f1d5daa810R200-R303)Added ac_cv_path_NGREP_PCRE2_CONFIG_SCRIPT to _CONF_ENV to avoid /usr/bin/pcre2-config being found. Added ac_cv_path_LIBNET_CONFIG_BIN to _CONF_ENV as follow-up to the removal of patch 0004. Build-tested using this defconfig: BR2_PACKAGE_LIBNET=y BR2_PACKAGE_NGREP=y arm-aarch64 [ 1/32]: OK bootlin-aarch64-glibc [ 2/32]: OK bootlin-aarch64-glibc-old [ 3/32]: OK bootlin-arcle-hs38-uclibc [ 4/32]: OK bootlin-armv5-uclibc [ 5/32]: OK bootlin-armv7-glibc [ 6/32]: OK bootlin-armv7m-uclibc [ 7/32]: OK bootlin-armv7-musl [ 8/32]: OK bootlin-m68k-5208-uclibc [ 9/32]: OK bootlin-m68k-68040-uclibc [10/32]: OK bootlin-microblazeel-uclibc [11/32]: OK bootlin-mips64el-glibc [12/32]: OK bootlin-mipsel32r6-glibc [13/32]: OK bootlin-mipsel-uclibc [14/32]: OK bootlin-openrisc-uclibc [15/32]: OK bootlin-powerpc64le-power8-glibc [16/32]: OK bootlin-powerpc-e500mc-uclibc [17/32]: OK bootlin-riscv32-glibc [18/32]: OK bootlin-riscv64-glibc [19/32]: OK bootlin-riscv64-musl [20/32]: OK bootlin-s390x-z13-glibc [21/32]: OK bootlin-sh4-uclibc [22/32]: OK bootlin-sparc64-glibc [23/32]: OK bootlin-sparc-uclibc [24/32]: OK bootlin-x86-64-glibc [25/32]: OK bootlin-x86-64-musl [26/32]: OK bootlin-x86-64-uclibc [27/32]: OK bootlin-x86-i686-musl [28/32]: OK bootlin-xtensa-uclibc [29/32]: OK br-arm-basic [30/32]: SKIPPED br-arm-full-nothread [31/32]: OK br-arm-full-static [32/32]: OK 32 builds, 1 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>