Hello,

When building a project against a static version of liblog4cxx, its
dependencies were not correctly added to the link command (causing the
build to fail).
I attach to this email a very simple patch fixing the issue.

As a side question: do you plan to make a new release soon?
Some small changes are still needed to build version 0.10.0, even
though they have been in your SVN for about 2 years. For example:
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/cpp/socketoutputstream.cpp?r1=642910&r2=658304&diff_format=h

Regards,
-- 
Olivier
--- liblog4cxx.pc.in.orig	2011-01-16 20:19:22.000000000 +0100
+++ liblog4cxx.pc.in	2011-01-16 20:20:00.000000000 +0100
@@ -22,4 +22,5 @@
 Version: @VERSION@
 Libs: -L${libdir} -llog4cxx
 Cflags: -I${includedir}
+Requires.private: apr-util-1
 

Reply via email to