We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ab931 commit ca16d0eCopy full SHA for ca16d0e
1 file changed
images/base-glibc-busybox-bash/build-busybox
@@ -11,8 +11,8 @@ patch() {
11
case "${version}" in 1.36.*)
12
# Small fix to let it build with older glibc versions.
13
curl --location --silent \
14
- 'https://git.busybox.net/busybox/patch/miscutils/seedrng.c?id=200a9669fbf6f06894e4243cccc9fc11a1a6073a' \
15
- 'https://git.busybox.net/busybox/patch/miscutils/seedrng.c?id=cb57abb46f06f4ede8d9ccbdaac67377fdf416cf' |
+ 'https://github.com/vda-linux/busybox_mirror/raw/200a9669fbf6f06894e4243cccc9fc11a1a6073a/miscutils/seedrng.c' \
+ 'https://github.com/vda-linux/busybox_mirror/raw/cb57abb46f06f4ede8d9ccbdaac67377fdf416cf/miscutils/seedrng.c' |
16
command patch --strip=1
17
;;
18
esac
0 commit comments