Source: inspircd
Version: 2.0.5-1
Severity: serious
Tags: patch
Justification: FTBFS

This is the same problem as for kFreeBSD, patch attached.

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

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Description: fix FTBFS on GNU Hurd by explicitly linking librt and libdl
Author: Jonathan Wiltshire <j...@debian.org>
Origin: Debian
Forwarded: no
Last-Update: 2012-04-17

--- inspircd-2.0.5.orig/make/template/main.mk
+++ inspircd-2.0.5/make/template/main.mk
@@ -41,6 +41,9 @@ INSTMODE_LIB = 0644
 @IFEQ $(SYSTEM) gnukfreebsd
   LDLIBS += -ldl -lrt
 @ENDIF
+@IFEQ $(SYSTEM) gnu
+  LDLIBS += -ldl -lrt
+@ENDIF
 @IFEQ $(SYSTEM) solaris
   LDLIBS += -lsocket -lnsl -lrt -lresolv
 @ENDIF

Reply via email to