Package: libpqxx
Version: 2.6.9-6

Current libpqxx in Lenny is missing freemem_result_data() in the .so
library, and is unusable due to this. It can be fixed by explicitly
declaring the function as exportable:

--- result.hxx.orig     2007-01-29 20:18:52.000000000 +0100
+++ result.hxx  2008-07-28 10:45:17.000000000 +0200
@@ -60,7 +60,7 @@
   ~result_data();
 };
 
-void freemem_result_data(result_data *) throw ();
+void PQXX_LIBEXPORT freemem_result_data(result_data *) throw ();
 template<> inline
 void PQAlloc<result_data>::freemem() throw ()
{ freemem_result_data(m_Obj); } } // namespace internal

-- 
Jindrich Makovicka



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to