Package: 0ad / 0.0.21-2

Metadata

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

Patch series

view the series file
Patch File delta Description
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".
allow build with root.patch | (download)

build/workspaces/update-workspaces.sh | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 allow building 0ad as root/fakeroot
fix bindir.patch | (download)

build/resources/0ad.sh | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 fix search path for pyrogenesis
 Modify launcher script to execute /usr/games/pyrogenesis if /usr/games is
 not in the user's $PATH.