diff options
Diffstat (limited to 'package/liblog4c-localtime/0005-Fix-C-support.patch')
-rw-r--r-- | package/liblog4c-localtime/0005-Fix-C-support.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/liblog4c-localtime/0005-Fix-C-support.patch b/package/liblog4c-localtime/0005-Fix-C-support.patch index b2f8c8b6e6..6ba25c36ff 100644 --- a/package/liblog4c-localtime/0005-Fix-C-support.patch +++ b/package/liblog4c-localtime/0005-Fix-C-support.patch @@ -10,6 +10,8 @@ tests/log4c/Makefile.am: error: C++ source seen but 'CXX' is undefined So this commit adds the AC_PROG_CXX macro to configure.in, and ensures that the C++ test is only built if a C++ compiler is available. +Submitted upstream: https://github.com/rcmadruga/log4c-localtime/pull/1 + Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> --- configure.in | 3 +++ |