Package: vboot-utils / 0~R88-13597.B-1
Metadata
Package | Version | Patches format |
---|---|---|
vboot-utils | 0~R88-13597.B-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0002 reduce uname down.patch | (download) |
Makefile |
6 6 + 0 - 0 ! |
reduce `uname -m` down to what the build system |
0006 add CPPFLAGS LDFLAGS.patch | (download) |
Makefile |
5 3 + 2 - 0 ! |
add missing cppflags and ldflags |
0008 fix building on arm64.patch | (download) |
Makefile |
3 3 + 0 - 0 ! |
try to fix building on arm64 |
0012 fix spelling errors.patch | (download) |
futility/cmd_vbutil_kernel.c |
2 1 + 1 - 0 ! |
fix a spelling error |
dont build with werror.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
don't build with werror in debian |
add missing flags pie.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
add missing flags pie |
do not embed user and time in version.patch | (download) |
scripts/getversion.sh |
2 1 + 1 - 0 ! |
avoid embedding user and time in version from getversion.sh |
treat i386 as x86.patch | (download) |
Makefile |
3 3 + 0 - 0 ! |
treat-i386-as-x86 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974863 When building for i386 and running an amd64 kernel, the Makefile uses "uname -m" to determine the architecture, but this introduces variations depending on the kernel used to perform the build. |