add comments linking to the tickets submitted upstream for log4cxx patches.

This commit is contained in:
Daniel Stonier 2012-05-02 22:30:54 +09:00
parent 1ca4d90c7a
commit c89070d401
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,9 @@ This file is part of MXE.
See index.html for further information.
This patch ensures that the correct dependencies can always be found for
static mingw builds. Not yet submitted upstream.
static mingw builds. Submitted upstream:
https://issues.apache.org/jira/browse/LOGCXX-381
diff -NBaur vanilla/liblog4cxx.pc.in mingw_cross/liblog4cxx.pc.in
--- vanilla/liblog4cxx.pc.in 2008-04-01 07:34:52.000000000 +0900

View File

@ -3,7 +3,9 @@ See index.html for further information.
Fixes a problem with the mismatched calling conventions in apr and log4cxx.
See http://www.mail-archive.com/log4cxx-user@logging.apache.org/msg02671.html
Not yet submitted upstream.
Submitted upstream:
https://issues.apache.org/jira/browse/LOGCXX-382
diff -NBaur vanilla/src/main/include/log4cxx/helpers/thread.h mingw_cross/src/main/include/log4cxx/helpers/thread.h
--- vanilla/src/main/include/log4cxx/helpers/thread.h 2008-04-01 07:34:26.000000000 +0900