Hi, This bug has been fixed in the last NMU upload. Please find the NMU diff attached.
Cheers, Aurelien -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' [EMAIL PROTECTED] | [EMAIL PROTECTED] `- people.debian.org/~aurel32 | www.aurel32.net
diff -u libgda2-1.2.4/debian/changelog libgda2-1.2.4/debian/changelog
--- libgda2-1.2.4/debian/changelog
+++ libgda2-1.2.4/debian/changelog
@@ -1,3 +1,11 @@
+libgda2 (1.2.4-1.3) unstable; urgency=low
+
+ * Non-maintainer upload with maintainer's approval.
+ * debian/patches/005_freetds_sybase_compat.patch: fixup for
+ GNU/kFreeBSD and GNU Hurd. Closes: #494867.
+
+ -- Aurelien Jarno <[EMAIL PROTECTED]> Thu, 28 Aug 2008 10:06:25 +0200
+
libgda2 (1.2.4-1.2) unstable; urgency=low
* Non-maintainer upload.
diff -u libgda2-1.2.4/debian/patches/005_freetds_sybase_compat.patch libgda2-1.2.4/debian/patches/005_freetds_sybase_compat.patch
--- libgda2-1.2.4/debian/patches/005_freetds_sybase_compat.patch
+++ libgda2-1.2.4/debian/patches/005_freetds_sybase_compat.patch
@@ -11,7 +11,7 @@
- SYBASE_LIBS="${SYBASE_LIBS} ${sybase_blklibs}"
- AC_CHECK_LIB(ct,tdsdump_on,[
- AC_MSG_WARN(linking against freetds libct)
-+ *linux*) sybase_ctlibs="-L${sybasedir}/lib -lct"
++ *linux*|*-k*bsd*-gnu*|*-gnu*) sybase_ctlibs="-L${sybasedir}/lib -lct"
+ AC_CHECK_LIB([ct],[blk_init],[],[
+ sybase_ctlibs="${sybase_ctlibs} -lcs -lsybtcl -lcomn -lintl"
+ ])
@@ -3730,7 +3730,7 @@
- { echo "$as_me:$LINENO: checking for tdsdump_on in -lct" >&5
-echo $ECHO_N "checking for tdsdump_on in -lct... $ECHO_C" >&6; }
-if test "${ac_cv_lib_ct_tdsdump_on+set}" = set; then
-+ *linux*) sybase_ctlibs="-L${sybasedir}/lib -lct"
++ *linux*|*-k*bsd*-gnu*|*-gnu*) sybase_ctlibs="-L${sybasedir}/lib -lct"
+
+{ echo "$as_me:$LINENO: checking for blk_init in -lct" >&5
+echo $ECHO_N "checking for blk_init in -lct... $ECHO_C" >&6; }
signature.asc
Description: Digital signature

