2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2026-03-20 00:28:25 +00:00

Pull busybox patch from github

busybox.net seems to have availability issues, often causing builds to
fail. This should be a bit more reliable.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
2026-03-15 22:10:01 +00:00
parent 273ec437c3
commit e2f3bd7f8b

View File

@@ -94,7 +94,7 @@ WORKDIR /tmp/busybox
RUN curl -fsSL https://busybox.net/downloads/busybox-${BUSYBOX_VER}.tar.bz2 \ RUN curl -fsSL https://busybox.net/downloads/busybox-${BUSYBOX_VER}.tar.bz2 \
| tar xj --strip-components=1 \ | tar xj --strip-components=1 \
&& curl -fsS https://git.busybox.net/busybox/patch/?id=bf57f732a5b6842f6fa3e0f90385f039e5d6a92c | git apply \ && curl -fsS https://github.com/mirror/busybox/commit/bf57f732a5b6842f6fa3e0f90385f039e5d6a92c.patch | git apply \
&& make defconfig \ && make defconfig \
# https://lists.busybox.net/pipermail/busybox-cvs/2024-January/041752.html # https://lists.busybox.net/pipermail/busybox-cvs/2024-January/041752.html
&& sed -i 's/CONFIG_TC=y/# CONFIG_TC is not set/' .config \ && sed -i 's/CONFIG_TC=y/# CONFIG_TC is not set/' .config \