Package: service-wrapper-java / 3.5.51-1

Metadata

Package Version Patches format
service-wrapper-java 3.5.51-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 kfreebsd support.patch | (download)

build.xml | 5 4 1 - 0 !
src/c/Makefile-kfreebsd-x86-32.make | 42 42 0 - 0 !
src/c/Makefile-kfreebsd-x86-64.make | 42 42 0 - 0 !
src/c/logger.c | 2 1 1 - 0 !
src/c/wrapper.c | 6 4 2 - 0 !
5 files changed, 93 insertions( ), 4 deletions(-)

 supporting kfreebsd
0003 additional makefiles.patch | (download)

src/c/Makefile-linux-aarch64-64.make | 49 49 0 - 0 !
src/c/Makefile-linux-mips-32.make | 49 49 0 - 0 !
src/c/Makefile-linux-mips64el-64.make | 49 49 0 - 0 !
src/c/Makefile-linux-mipsel-32.make | 49 49 0 - 0 !
src/c/Makefile-linux-s390x-64.make | 49 49 0 - 0 !
src/c/Makefile-linux-sparc-32.make | 49 49 0 - 0 !
src/c/Makefile-linux-sparc-64.make | 49 49 0 - 0 !
7 files changed, 343 insertions( )

 linux makefiles for other architectures
0004 ldflags.patch | (download)

src/c/Makefile-linux-armel-32.make | 4 2 2 - 0 !
src/c/Makefile-linux-armhf-32.make | 4 2 2 - 0 !
src/c/Makefile-linux-ia-64.make | 4 2 2 - 0 !
src/c/Makefile-linux-x86-32.make | 6 3 3 - 0 !
src/c/Makefile-linux-x86-64.make | 6 3 3 - 0 !
5 files changed, 12 insertions( ), 12 deletions(-)

 add the ldflags variable to the makefiles so packages can be
 hardened without the obsolete hardening-wrapper package.
fix as needed ppc.patch | (download)

src/c/Makefile-linux-ppcle-64.make | 2 1 1 - 0 !
src/c/Makefile-linux-s390x-64.make | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 2 deletions(-)

 fix ftbfs on ppc:
 "[exec] wrapper.c:(.text 0xd7e8): undefined reference to `ceil'"
building_with_debug_symbols.patch | (download)

src/c/Makefile-linux-aarch64-64.make | 2 1 1 - 0 !
src/c/Makefile-linux-arm-64.make | 2 1 1 - 0 !
src/c/Makefile-linux-armel-32.make | 2 1 1 - 0 !
src/c/Makefile-linux-armhf-32.make | 2 1 1 - 0 !
src/c/Makefile-linux-ia-64.make | 2 1 1 - 0 !
src/c/Makefile-linux-mips-32.make | 2 1 1 - 0 !
src/c/Makefile-linux-mips64el-64.make | 2 1 1 - 0 !
src/c/Makefile-linux-mipsel-32.make | 2 1 1 - 0 !
src/c/Makefile-linux-ppcle-64.make | 2 1 1 - 0 !
src/c/Makefile-linux-s390x-64.make | 2 1 1 - 0 !
src/c/Makefile-linux-sparc-32.make | 2 1 1 - 0 !
src/c/Makefile-linux-sparc-64.make | 2 1 1 - 0 !
src/c/Makefile-linux-x86-32.make | 2 1 1 - 0 !
src/c/Makefile-linux-x86-64.make | 2 1 1 - 0 !
14 files changed, 14 insertions( ), 14 deletions(-)

 adding the -g flag when compiling so that we can get debug symbols
riscv64 support.patch | (download)

src/c/Makefile-linux-riscv64-64.make | 50 50 0 - 0 !
1 file changed, 50 insertions( )

 add riscv64 support
 cp Makefile-linux-arm-64.make Makefile-linux-riscv64-64.make