slackbuilds/libraries/log4shib
Matteo Bernardini 70a5ce79b8
libraries/log4shib: Use the C++14 standard.
gcc >= 11.x defaults to -std=gnu++17 and it breaks the build
in this case

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-04 17:53:40 +07:00
..
README
log4shib.SlackBuild libraries/log4shib: Use the C++14 standard. 2022-02-04 17:53:40 +07:00
log4shib.info
slack-desc

README

log4shib is a forked version of log4cpp that has been created for the
Shibboleth project to ensure a consistent, working snapshot that
builds reliably on the necessary platforms.

Log for C++ is a library of classes for flexible logging to files,
syslog, and other destinations. It is modeled after the Log for Java
library and stays as close to its API as is reasonable.