Applying ./patches/104-build-add-option-to-disable-bsd-library-inclusion.patch using plaintext: can't find file to patch at input line 26 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From 0265e79f3c9a27a3ffd186e7d3bcd2f744052605 Mon Sep 17 00:00:00 2001 |From: Christian Marangi |Date: Sat, 28 Oct 2023 17:30:09 +0200 |Subject: [PATCH] build: add option to disable bsd library inclusion | |It might be needed to disable bsd inclusion and fallback to the compat |functions even if bsd headers are detected. | |This is the case when multiple library are cross-compiled and someone |wants to explicitly compile aircrack-ng without linking to bsd library. | |With the current implementation, if a bsd header is detected, the bsd |library is always linked even if unwanted. Add option to configure this |with the combo --with-libbsd=yes|no|auto with auto set by default. | |Also add an extra featurw with introducing the possibility of requiring |the bsd library and fail the configure phase. | |Signed-off-by: Christian Marangi |--- | build/m4/aircrack_ng_compat.m4 | 24 +++++++++++++++++++++--- | 1 file changed, 21 insertions(+), 3 deletions(-) | |--- a/build/m4/aircrack_ng_compat.m4 |+++ b/build/m4/aircrack_ng_compat.m4 -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored Patch failed! Please fix ./patches/104-build-add-option-to-disable-bsd-library-inclusion.patch! make[3]: *** [Makefile:123: /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a5+vfpv4_musl_eabi/aircrack-ng-1.6/.prepared_d6011eb4fb7698aa09cc34610e14064a_18f1e190c5d53547fed41a3eaa76e9e9] Error 1 time: package/feeds/packages/aircrack-ng/compile#0.45#0.30#1.14