diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-14 21:02:14 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-14 21:02:14 -0600 |
commit | dc3a97e1cc8b6bd011158b8e609f71fce55e7a43 (patch) | |
tree | 17d3921489313f5026e193f5bdd7798c835dc8f7 /init | |
parent | d305666110dfc0ac1aff6804511bff0adf53fed2 (diff) | |
download | busybox-w32-packaging-dc3a97e1cc8b6bd011158b8e609f71fce55e7a43.tar.gz busybox-w32-packaging-dc3a97e1cc8b6bd011158b8e609f71fce55e7a43.tar.bz2 busybox-w32-packaging-dc3a97e1cc8b6bd011158b8e609f71fce55e7a43.zip |
try a different way of patching
Diffstat (limited to 'init')
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ mv libcrypto.a /usr/x86_64-w64-mingw32/lib | |||
13 | 13 | ||
14 | cd busybox-w32 | 14 | cd busybox-w32 |
15 | cp /root/busybox-w32-packaging/config .config | 15 | cp /root/busybox-w32-packaging/config .config |
16 | git apply /root/busybox-w32-packaging/libressl.patch | 16 | git apply /root/busybox-w32-packaging/libressl2.patch |
17 | # For some reason this code only causes errors on -O0 | 17 | # For some reason this code only causes errors on -O0 |
18 | if [ -n "$ZERO_PATCH" ]; then | 18 | if [ -n "$ZERO_PATCH" ]; then |
19 | git apply /root/busybox-w32-packaging/zero.patch | 19 | git apply /root/busybox-w32-packaging/zero.patch |