Package: enigmail Version: 2:1.7.2-1 Severity: normal Tags: patch X-Debbugs-Cc: bren...@br.ibm.com User: debian-powe...@lists.debian.org Usertags: ppc64el
Dear Maintainer, In the ppc64el architecture, we see that the config.guess needs to be updated to get the package to build. The following patch was able to resolve the build issue. Thanks for considering the patch! Brahadambal Srinivasan -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
--- enigmail-1.7.2.orig/debian/rules 2014-09-08 12:50:50.000000000 +0000 +++ enigmail-1.7.2/debian/rules 2014-09-08 12:33:32.000000000 +0000 @@ -12,5 +12,6 @@ # ./configure is needed to create config/autoconf.mk when building from the git sources. override_dh_auto_clean: + cp /usr/share/misc/config.guess config.guess ./configure dh_auto_clean