mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
6f3ded8f27
commit
1ccdb81959
|
|
@ -19,3 +19,5 @@ EXTRA_OECONF = "\
|
|||
--enable-html-docs=no \
|
||||
--enable-latex-docs=no \
|
||||
"
|
||||
|
||||
CXXFLAGS += "-std=c++14"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user