diff options
author | Daniel Stonier <d.stonier@gmail.com> | 2012-05-02 13:30:54 (GMT) |
---|---|---|
committer | Daniel Stonier <d.stonier@gmail.com> | 2012-05-02 13:30:54 (GMT) |
commit | c89070d401db64cc48117b09a3a6fde496d2295a (patch) | |
tree | 5a3db2d933d8fcde5024eb6f19b9fc0691ee44b0 /src | |
parent | 1ca4d90c7a0eae9be995627bcd1fff915b294929 (diff) | |
download | mxe-c89070d401db64cc48117b09a3a6fde496d2295a.zip mxe-c89070d401db64cc48117b09a3a6fde496d2295a.tar.gz mxe-c89070d401db64cc48117b09a3a6fde496d2295a.tar.bz2 |
add comments linking to the tickets submitted upstream for log4cxx patches.
Diffstat (limited to 'src')
-rw-r--r-- | src/log4cxx-2-pkgconfig.patch | 4 | ||||
-rw-r--r-- | src/log4cxx-4-mingw.definitions.patch | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/log4cxx-2-pkgconfig.patch b/src/log4cxx-2-pkgconfig.patch index d6b479e..f86d360 100644 --- a/src/log4cxx-2-pkgconfig.patch +++ b/src/log4cxx-2-pkgconfig.patch @@ -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 diff --git a/src/log4cxx-4-mingw.definitions.patch b/src/log4cxx-4-mingw.definitions.patch index 584256c..3022926 100644 --- a/src/log4cxx-4-mingw.definitions.patch +++ b/src/log4cxx-4-mingw.definitions.patch @@ -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 |