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:
Khem Raj 2023-01-17 23:30:20 -08:00
parent 6f3ded8f27
commit 1ccdb81959

View File

@ -19,3 +19,5 @@ EXTRA_OECONF = "\
--enable-html-docs=no \
--enable-latex-docs=no \
"
CXXFLAGS += "-std=c++14"