Package: cpu-x / 5.4.0-0.2

Metadata

Package Version Patches format
cpu-x 5.4.0-0.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2001_build with PIE.patch | (download)

CMakeLists.txt | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

 build debian cpu-x package with -pie cflag.

2002_avoid format security compiler flag.patch | (download)

src/core/dmidecode/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add -wno-format-security to cmakelists.txt in src/dmidecode/

0001 use default cpu instead of ia64.patch | (download)

src/core/bandwidth/OOC/utility-x86-64bit.asm | 2 1 + 1 - 0 !
src/core/bandwidth/routines-x86-64bit.asm | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 use default cpu instead of ia64

Recent NASM release (3.0+) enforces cpu levels more strictly, causing
assembly to fail otherwise.

Fixes #401 .