Skip to content
Success

Changes

Summary

  1. Add --disable-syslog-logging configure option (details)
Commit fc2f5d160efd7b75e1dd371288222c01a0fc5394 by Pau Espin Pedrol
Add --disable-syslog-logging configure option

Right now syslog logging support is built in automatically based on
syslog.h being built at compile time. That's not desirable; as with
other dependencies make sure there's an explicit configure option for
it. Leave it enabled by default since most systems come with syslog.h
and it's a feature nice to have by default. It is disabled explicitly
when compiling for arm-none-eabi since the toolchain doesn't have
syslog.h.

Take the chance to completelly skip compiling the logging_syslog.c file
if support for syslog logging is disabled.

Change-Id: Ifc54d60e24547696b3059b6eb75572f8c84874d0
The file was modifiedsrc/vty/logging_vty.c
The file was modifiedconfigure.ac
The file was modifiedsrc/core/Makefile.am
The file was modifiedsrc/core/logging_syslog.c
The file was modifiedcontrib/jenkins_arm.sh
The file was modifiedsrc/core/logging.c