[Pkg-tcltk-devel] Bug#675420: tclodbc: FTBFS on Debian GNU/Hurd [Patch attached]

Barry deFreese bdefreese at debian.org
Fri Jun 1 03:20:25 UTC 2012


Package: tclodbc
Version: 2.5.1-1.1
Severity: normal
User: bdefreese at debian.org
Usertags: hurd
Tags: patch

Hi,

Currently tclodbc fails to build on Debian GNU/Hurd. DL_OBJS was not defined for GNU.

Thank you,

Barry deFreese
-------------- next part --------------
#! /bin/sh /usr/share/dpatch/dpatch-run
## 11-gnu_shared.m4.dpatch by  <root at flubber.bddebian.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' tclodbc-2.5.1~/tclconfig/tcl.m4 tclodbc-2.5.1/tclconfig/tcl.m4
--- tclodbc-2.5.1~/tclconfig/tcl.m4	2012-06-01 02:59:10.000000000 +0000
+++ tclodbc-2.5.1/tclconfig/tcl.m4	2012-06-01 03:00:08.000000000 +0000
@@ -1475,7 +1475,7 @@
 	    SHLIB_SUFFIX=".so"
 
 	    SHLIB_LD="${CC} -shared"
-	    DL_OBJS=""
+	    DL_OBJS="tclLoadDl.o"
 	    DL_LIBS="-ldl"
 	    LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
 	    CC_SEARCH_FLAGS=""


More information about the Pkg-tcltk-devel mailing list