Enable DEBUG option which enables debugging code in ntp via

--enable-debug. This enables -d and -D options within ntpd.
This commit is contained in:
Cy Schubert 2017-03-15 19:50:43 +00:00
parent 1e71d40368
commit 665dee0030
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436256
4 changed files with 6 additions and 0 deletions

View file

@ -56,6 +56,8 @@ SSL_CONFIGURE_OFF= --without-crypto
SSL_USES= ssl
SSL_BROKEN_OFF= Includes OpenSSL when deselected
DEBUG_CONFIGURE_ON= --enable-debug
THREADS_CONFIGURE_ENABLE= thread-support
THREADS_CONFIGURE_WITH= threads

View file

@ -3,6 +3,7 @@
OPTIONS_DEFINE= NTPSNMPD \
SSL \
IPV6 \
DEBUG \
NTP_SIGND \
BANCOMM \
GPSVME \

View file

@ -59,6 +59,8 @@ SSL_CONFIGURE_OFF= --without-crypto
SSL_USES= ssl
SSL_BROKEN_OFF= Includes OpenSSL when deselected
DEBUG_CONFIGURE_ON= --enable-debug
THREADS_CONFIGURE_ENABLE= thread-support
THREADS_CONFIGURE_WITH= threads

View file

@ -3,6 +3,7 @@
OPTIONS_DEFINE= NTPSNMPD \
SSL \
IPV6 \
DEBUG \
NTP_SIGND \
BANCOMM \
GPSVME \