Package: gosmore / 0.0.0.svn30327-1

Metadata

Package Version Patches format
gosmore 0.0.0.svn30327-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no strict overflow.diff | (download)

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable optimizations based on strict overflow
 some part of the code gets miscompiled to an infinite loop on startup
linker_flags.diff | (download)

Makefile.in | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 reorder linker invocations
  * Makefile.in: in linker invocations, the libraries parameters
    has been moved to the end to fix FTBFS when using ld --as-needed.
hardening.patch | (download)

Makefile.in | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 use hardening buildflags set in the environment.
desktop.patch | (download)

gosmore.desktop | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix issues with desktop file.
 - Add Main Category
 - Add Keywords
clang ftbfs.patch | (download)

jni/libgosm.cpp | 3 2 + 1 - 0 !
jni/libgosm.h | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-)

 fix ftbfs with clang instead of gcc