Blame patches/busybox-1.35.0.local.patch

ebf03e
diff -ru busybox-1.35.0.orig/scripts/trylink busybox-1.35.0/scripts/trylink
ebf03e
--- busybox-1.35.0.orig/scripts/trylink	2021-12-26 17:53:21.000000000 +0100
ebf03e
+++ busybox-1.35.0/scripts/trylink	2022-01-27 20:34:41.760003416 +0100
ebf03e
@@ -290,7 +290,6 @@
ebf03e
 	cat $EXE.out
ebf03e
 	exit 1
ebf03e
     }
ebf03e
-    $STRIP -s --remove-section=.note --remove-section=.comment $EXE -o "$sharedlib_dir/busybox"
ebf03e
     echo "busybox linked against libbusybox: $sharedlib_dir/busybox"
ebf03e
 fi
ebf03e
 
ebf03e
@@ -327,7 +326,6 @@
ebf03e
 	    exit 1
ebf03e
 	}
ebf03e
 	rm -- "$sharedlib_dir/applet.c" $EXE.out
ebf03e
-	$STRIP -s --remove-section=.note --remove-section=.comment $EXE
ebf03e
 	# Let user see that we do something - list the names of created binaries:
ebf03e
 	echo "$EXE"
ebf03e