Package: tclodbc
Version: 2.5.1-1.1
Severity: normal
User: bdefre...@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
#! /bin/sh /usr/share/dpatch/dpatch-run
## 11-gnu_shared.m4.dpatch by  <r...@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=""

Reply via email to