Author: tschoening
Date: Sun Feb  9 18:11:43 2014
New Revision: 1566339

URL: http://svn.apache.org/r1566339
Log:
LOGCXX-381: Pkgconfig can't find dependencies properly if log4cxx built 
statically

Modified:
    incubator/log4cxx/trunk/liblog4cxx.pc.in
    incubator/log4cxx/trunk/src/changes/changes.xml

Modified: incubator/log4cxx/trunk/liblog4cxx.pc.in
URL: 
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/liblog4cxx.pc.in?rev=1566339&r1=1566338&r2=1566339&view=diff
==============================================================================
--- incubator/log4cxx/trunk/liblog4cxx.pc.in (original)
+++ incubator/log4cxx/trunk/liblog4cxx.pc.in Sun Feb  9 18:11:43 2014
@@ -20,6 +20,7 @@ includedir=@includedir@
 Name: log4cxx
 Description: log4cxx C++ logging framework
 Version: @VERSION@
+Requires: apr-util-1, apr-1
 Libs: -L${libdir} -llog4cxx
 Cflags: -I${includedir}
 Requires.private: apr-1 apr-util-1

Modified: incubator/log4cxx/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/changes/changes.xml?rev=1566339&r1=1566338&r2=1566339&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/changes/changes.xml (original)
+++ incubator/log4cxx/trunk/src/changes/changes.xml Sun Feb  9 18:11:43 2014
@@ -59,6 +59,7 @@
                        <action issue="LOGCXX-365" type="fix">Unit tests fail 
on system dates later than 2009-12-31.</action>
                        <action issue="LOGCXX-366" type="fix">Errors when 
compile log4cxx 0.10.0 under Win7 x64 with Visual Studio 2010 (due to Christian 
Boos and Feng Nan)</action>
                        <action issue="LOGCXX-367" type="fix">Build fails on 
Linux with g++ 4.4</action>
+                       <action issue="LOGCXX-381" type="fix">Pkgconfig can't 
find dependencies properly if log4cxx built statically</action>
                        <action issue="LOGCXX-413" type="fix">log4cxx doesn't 
compile on openembedded (due to Alex Zbarcea)</action>
                        <action issue="LOGCXX-414" type="fix">possibly wrong 
use of autotools docdir (due to Alex Zbarcea)</action>
                        <action issue="LOGCXX-415" type="fix">Empty XML 
configuration file causes crash</action>


Reply via email to