[Pkg-mozext-maintainers] Bug#749886: enigmail: FTBFS on hurd-i386

Samuel Thibault sthibault at debian.org
Fri May 30 12:21:58 UTC 2014


Package: enigmail
Version: 2:1.6+git0.20140323-2
Severity: important
Tags: patch
User: debian-hurd at lists.debian.org
Usertags: hurd

Hello,

enigmail currently FTBFS on hurd-i386 just because it doesn't know that
it uses the same toolchain as Linux, see attached patch.

Thanks,
Samuel

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel
How do I type "for i in *.dvi do xdvi i done" in a GUI?
(Discussion in comp.os.linux.misc on the intuitiveness of interfaces.)
-------------- next part --------------
--- ipc/src/Makefile.orig	2014-05-30 12:17:57.000000000 +0000
+++ ipc/src/Makefile	2014-05-30 12:18:01.000000000 +0000
@@ -45,6 +45,11 @@
 CFLAGS += -fPIC
 endif
 
+ifeq ($(OS_TARGET),gnu)
+LDFLAGS += -shared -Wl,-Bsymbolic
+CFLAGS += -fPIC
+endif
+
 ifeq ($(OS_TARGET),WINNT)
 OBJ_SUFF = obj
 endif


More information about the Pkg-mozext-maintainers mailing list