Package: libtecla
Version: 1.6.1-2
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

currently[1], libtecla fails to build on GNU/Hurd.

The problem, fixed by the attached patch, is that configure does not
recognize GNU/Hurd, so not setting the linker flags for SONAME and the
version script, and the CFLAGS.

[1] 
https://buildd.debian.org/status/fetch.php?pkg=libtecla&arch=hurd-i386&ver=1.6.1-2&stamp=1323775639

Thanks,
-- 
Pino
Author: Pino Toscano <p...@debian.org>
Description: Fix build failure on GNU/Hurd
 Recognize GNU/Hurd properly setting SONAME, version script for linker,
 CFLAGS, etc.
Last-Update: 2011-12-13

--- a/configure.in
+++ b/configure.in
@@ -447,7 +447,7 @@
   FILE_MANDIR="man4"
   FILE_MANEXT="4"
   ;;
-*linux*|kfreebsd-*)
+*linux*|kfreebsd-*|*-*-gnu*)
   SHARED_EXT=".so.${MAJOR_VER}.${MINOR_VER}.${MICRO_VER}"
   SHARED_ALT=".so .so.${MAJOR_VER}"
 

Reply via email to