[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#626718: xmail: FTBFS: missing -ldl



Package: xmail
Version: 1.27-1.1
Severity: serious
Tags: patch
Followup-For: Bug #626718
User: debian-bsd@lists.debian.org
Usertags: kfreebsd

Hi,

I don't see why this bug was downgraded.  The kfreebsd binaries are
out-of-date in sid and this prevents testing migration.

The fix is really simple;  please see the attached patch.

Thanks.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 9.0-2-amd64-xenhvm
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: xmail-1.27/Makefile.bsd
===================================================================
--- xmail-1.27.orig/Makefile.bsd	2010-02-26 03:33:44.000000000 +0000
+++ xmail-1.27/Makefile.bsd	2014-03-30 19:39:07.104338333 +0100
@@ -71,7 +71,7 @@
 ifeq ($(OSTYPE),GNU/kFreeBSD)
 	SYSTYPE = freebsd
 	CFLAGS := $(CFLAGS) -I. -D__UNIX__ -D__BSD__ -D__FREEBSD__ -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAS_SYSMACHINE
-	LDFLAGS := $(LDFLAGS) $(SSLLIBS) -lkvm -pthread
+	LDFLAGS := $(LDFLAGS) $(SSLLIBS) -lkvm -ldl -pthread
 else
 	SYSTYPE = freebsd
 	ifeq ($(wildcard /usr/lib/libc_r.*), )

Reply to: