[Buildroot] [git commit] ntp: disable debugging

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Aug 7 20:57:40 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=a2ce4167e230415e0dbc1349112790b07e104e88
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/ntp/ntp.mk | 1 +
 1 file changed, 1 insertion(+)

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


More information about the buildroot mailing list