Fwd: patch for compiling DBD::Sybase with FreeTDS
Steve,
As I mentioned many months ago, I am interested in working on getting
the package containing DBD::Sybase updated. I have not had a chance to
look at this patch myself and am not sure of your current amount of
free time, but I thought I should forward this information onto you.
Rafael has graciously provided me with a patch to compile the new
version of DBD::Sybase with the current FreeTDS. If you have a moment,
would you consider applying this against libdbd-sybase-perl and
testing?
I will take a closer look when I get a chance, but it may not be for
some weeks (or months).
Cheers,
Jonathan
---------- Forwarded message ----------
From: Rafael Kitover <rkitover@io.com>
Date: Thu, Feb 4, 2010 at 10:50 AM
Subject: patch for compiling DBD::Sybase with FreeTDS
To: jon@luminescent.ca
diff -ruN /home/rkitover/.cpan/build/DBD-Sybase-1.09-J0R_qV/dbdimp.c
DBD-Sybase-1.09/dbdimp.c
--- /home/rkitover/.cpan/build/DBD-Sybase-1.09-J0R_qV/dbdimp.c
2008-08-31 08:08:17.000000000 -0400
+++ DBD-Sybase-1.09/dbdimp.c 2009-07-23 14:48:38.000000000 -0400
@@ -11,6 +11,10 @@
#include "Sybase.h"
+#define BLK_VERSION_150 BLK_VERSION_100
+#define BLK_VERSION_125 BLK_VERSION_100
+#define BLK_VERSION_120 BLK_VERSION_100
+
/* Defines needed for perl 5.005 / threading */
#if defined(op)
Reply to: