summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2022-01-27 20:45:05 +0100
committerØrjan Malde <red@foxi.me>2022-01-27 20:45:05 +0100
commitebf03eb392faf465220f182d80a15ef8fbb115d9 (patch)
tree875c4b1b2092966c143191e395525086d292def2 /patches
parent95aa712a3e1d3f7725697efd6c9487526a4bb1cb (diff)
downloadmidipix_build-ebf03eb392faf465220f182d80a15ef8fbb115d9.tar.bz2
midipix_build-ebf03eb392faf465220f182d80a15ef8fbb115d9.tar.xz
groups/211.native_packages_cmdline.group: busybox: bump to v1.35.0
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r--patches/busybox-1.35.0.local.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/patches/busybox-1.35.0.local.patch b/patches/busybox-1.35.0.local.patch
new file mode 100644
index 00000000..1194534e
--- /dev/null
+++ b/patches/busybox-1.35.0.local.patch
@@ -0,0 +1,19 @@
+diff -ru busybox-1.35.0.orig/scripts/trylink busybox-1.35.0/scripts/trylink
+--- busybox-1.35.0.orig/scripts/trylink 2021-12-26 17:53:21.000000000 +0100
++++ busybox-1.35.0/scripts/trylink 2022-01-27 20:34:41.760003416 +0100
+@@ -290,7 +290,6 @@
+ cat $EXE.out
+ exit 1
+ }
+- $STRIP -s --remove-section=.note --remove-section=.comment $EXE -o "$sharedlib_dir/busybox"
+ echo "busybox linked against libbusybox: $sharedlib_dir/busybox"
+ fi
+
+@@ -327,7 +326,6 @@
+ exit 1
+ }
+ rm -- "$sharedlib_dir/applet.c" $EXE.out
+- $STRIP -s --remove-section=.note --remove-section=.comment $EXE
+ # Let user see that we do something - list the names of created binaries:
+ echo "$EXE"
+