diff mbox

[1/1] ntp: disable debug info

Message ID 20160807151828.2420-1-vicencb@gmail.com
State Accepted
Headers show

Commit Message

Vicente Bergas Aug. 7, 2016, 3:18 p.m. UTC
When running ntp it randomly aborts at ntp-4.2.8p8/libntp/recvbuff.c:326
which seems to be a debugging feature.
This patch just disables debugging, it does not fix the root cause of
the problem.

Signed-off-by: Vicente Bergas <vicencb@gmail.com>
Tested-by: Vicente Bergas <vicencb@gmail.com>
---
 package/ntp/ntp.mk | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/package/ntp/ntp.mk b/package/ntp/ntp.mk
index 7d203a5..0b6304b 100644
--- a/package/ntp/ntp.mk
+++ b/package/ntp/ntp.mk
@@ -15,6 +15,7 @@  NTP_CONF_OPTS = \
 	--with-shared \
 	--program-transform-name=s,,, \
 	--disable-tickadj \
+	--disable-debugging \
 	--with-yielding-select=yes \
 	--disable-local-libevent
 # 0002-ntp-syscalls-fallback.patch