summaryrefslogtreecommitdiff
path: root/package/ntp
diff options
context:
space:
mode:
authorVicente Bergas <vicencb@gmail.com>2016-08-07 17:18:28 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-07 22:57:40 +0200
commita2ce4167e230415e0dbc1349112790b07e104e88 (patch)
tree33dfe8fe9b02bbe1325bb809ee09bd1fe6f591ce /package/ntp
parent61b6abb2a2198d0a659d305ac3dd813a1f900aa1 (diff)
ntp: disable debugging
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ntp')
-rw-r--r--package/ntp/ntp.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ntp/ntp.mk b/package/ntp/ntp.mk
index 7d203a5e3..0b6304b10 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