mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
log4cpp: Keep using std=c++14
It still needs auto_ptr which is pre c++17 | ../../log4cpp/include/log4cpp/BufferingAppender.hh:21:81: error: no template named 'auto_ptr' in namespace 'std' Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -19,3 +19,5 @@ EXTRA_OECONF = "\
|
||||
--enable-html-docs=no \
|
||||
--enable-latex-docs=no \
|
||||
"
|
||||
|
||||
CXXFLAGS += "-std=c++14"
|
||||
|
||||
Reference in New Issue
Block a user