Bug#726517: FTBFS on kfreebsd-*

2013-11-02 Thread Robert Millan
On 02/11/2013 14:06, Robert Millan wrote: > tags 726517 patch > found 726517 1.5.1+id17-3~deb7u1 > thanks Actually, please use updated version here. -- Robert Millan diff -Nur enigmail-1.5.1+id17/debian/control enigmail-1.5.1+id17.new/debian/control --- enigmail-1.5.1+id17/debian/control 2013-07

Bug#726517: FTBFS on kfreebsd-*

2013-11-02 Thread Robert Millan
tags 726517 patch found 726517 1.5.1+id17-3~deb7u1 thanks -- Robert Millan --- a/extensions/enigmail/ipc/src/Makefile +++ b/extensions/enigmail/ipc/src/Makefile @@ -41,7 +41,7 @@ endif endif -ifeq ($(OS_ARCH),Linux) +ifneq (,$(filter Linux GNU GNU_kFreeBSD, $(OS_ARCH))) LDFLAGS += -shared -W