Package: 0ad / 0~r11863-2

Metadata

Package Version Patches format
0ad 0~r11863-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix bindir.patch | (download)

build/resources/0ad.desktop | 2 1 + 1 - 0 !
build/resources/0ad.sh | 8 7 + 1 - 0 !
2 files changed, 8 insertions(+), 2 deletions(-)

 fix path to 0 a.d. binaries
 Modify launcher script to look for pyrogenesis binary in PATH instead of
 hardcoding the path, and modify the .desktop file to use a relative Exec=
 value.
fix kfreebsd ftbfs.patch | (download)

build/premake/premake4.lua | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 fix ftbfs on debian gnu/kfreebsd
 Link with -ldl instead of -lexecinfo on kfreebsd to fix FTBFS.
enable hardening relro.patch | (download)

build/premake/premake4.lua | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 build with the "read-only relocation" hardening linker flag
 Pass "-Wl,-z,relro" to the linker. This fixes lintian warning 
 "hardening-no-relro".