Bug#831773: gngb: please make the build reproducible

2017-02-04 Thread Chris Lamb
> Would you consider applying this patch and uploading?

Friendly ping on this :)


Best wishes,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#831773: gngb: please make the build reproducible

2016-09-20 Thread Chris Lamb
Dear Maintainer,

> Source: gngb
> Version: 20060309-3
> Tags: patch

There hasn't seem to be any update on this bug in 63 days, in which
time the Reproducible Builds effort has come on a long way. :)

Would you consider applying this patch and uploading?


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#831773: gngb: please make the build reproducible

2016-07-19 Thread Chris Lamb
Source: gngb
Version: 20060309-3.1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: environment
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

Whilst working on the "reproducible builds" effort [0], we noticed
that gngb could not be built reproducibly.

Patch attached.

 [0] https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff --git a/configure.in b/configure.in
index 9b8aeec..145bd73 100644
--- a/configure.in
+++ b/configure.in
@@ -90,6 +90,7 @@ fi
 dnl Arch
 
 case `uname -m` in
+*x86_64) arch_info=x86_64 ;;
 *686) arch_info=i686 ;;
 *i586) arch_info=i586 ;;
 *i486) arch_info=i486 ;;
@@ -107,7 +108,7 @@ sys_info=`uname -s`
 AC_MSG_RESULT(System: $sys_info)
 
 case $arch_info in
-i686|i586|i486|i386) OPT="-O3  -Wno-unused -funroll-loops -fstrength-reduce \
+x86_64|i686|i586|i486|i386) OPT="-O3  -Wno-unused -funroll-loops 
-fstrength-reduce \
   -ffast-math -falign-functions=2 -falign-jumps=2 \
   -falign-loops=2 -fomit-frame-pointer -Wall " ;;
 sun4u)   OPT="-O3  -Wno-unused -funroll-loops -fstrength-reduce \