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:
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
|
@ -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
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
OPTIONS_DEFINE= NTPSNMPD \
|
||||
SSL \
|
||||
IPV6 \
|
||||
DEBUG \
|
||||
NTP_SIGND \
|
||||
BANCOMM \
|
||||
GPSVME \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
OPTIONS_DEFINE= NTPSNMPD \
|
||||
SSL \
|
||||
IPV6 \
|
||||
DEBUG \
|
||||
NTP_SIGND \
|
||||
BANCOMM \
|
||||
GPSVME \
|
||||
|
|
Loading…
Reference in a new issue