Package: p7zip-rar / 16.02-1

Metadata

Package Version Patches format
p7zip-rar 16.02-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 clean makefile.patch | (download)

makefile | 87 6 + 81 - 0 !
makefile.common | 139 0 + 139 - 0 !
2 files changed, 6 insertions(+), 220 deletions(-)

 clean makefile


03 include linux makefile.patch | (download)

makefile.linux_amd64_asm | 3 3 + 0 - 0 !
makefile.linux_x86_asm_gcc_4.X | 2 1 + 1 - 0 !
makefile.machine | 20 20 + 0 - 0 !
3 files changed, 24 insertions(+), 1 deletion(-)

 include linux makefile

Include appropriate makefile from makefile.machine
 - makefile.linux_x86_asm_gcc_4.X on i386;
 - makefile.linux_amd64_asm on amd64;
 - makefile.linux_any_cpu_gcc_4.X otherwise.

Update makefile.linux_amd64_asm to have the same visibility
flags as the *gcc_4.X makefiles.

Update makefile.linux_x86_asm_gcc_4.X to use yasm instead
of nasm.

05 hardening flags.patch | (download)

makefile.glb | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 hardening flags

Add support for $(CPPFLAGS) and do not override $(CXXFLAGS)
and $(CFLAGS)

Bug-Debian: https://bugs.debian.org/#682167