mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
981cb96f25
- zlib 1.2.12 release is not respecting cross compiling. 1.2.11 disappeared from servers: taking another archive link, same hash. - busybox 1.32.0 was not patched with 1.28.0 patch. Renaming patch so that its applied in fresh builds.
13 lines
503 B
Diff
13 lines
503 B
Diff
diff -u --recursive clean/busybox-1.28.0/libbb/messages.c busybox-1.28.0/libbb/messages.c
|
|
--- clean/busybox-1.28.0/libbb/messages.c 2017-10-20 04:36:58.000000000 -0400
|
|
+++ busybox-1.28.0/libbb/messages.c 2018-02-09 12:02:45.918726483 -0500
|
|
@@ -13,7 +13,7 @@
|
|
|
|
/* allow version to be extended, via CFLAGS */
|
|
#ifndef BB_EXTRA_VERSION
|
|
-#define BB_EXTRA_VERSION " ("AUTOCONF_TIMESTAMP")"
|
|
+#define BB_EXTRA_VERSION " (heads)"
|
|
#endif
|
|
|
|
const char bb_banner[] ALIGN1 = "BusyBox v" BB_VER BB_EXTRA_VERSION;
|