slackbuilds/libraries/varconf
Andrew Clemons 6913a913fd
libraries/varconf: Use the C++14 standard.
gcc >= 11.x defaults to -std=gnu++17 and it breaks the build in this
case.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-01-25 14:44:40 +07:00
..
README
slack-desc
varconf.SlackBuild libraries/varconf: Use the C++14 standard. 2022-01-25 14:44:40 +07:00
varconf.info

README

Varconf is a configuration system designed for the STAGE server.
Varconf can parse configuration files, command-line arguments and environment
variables.  It supports callbacks and can store its configuration information
in separate Config objects or in one global configuration instance.