ntp: disable debugging
authorVicente Bergas <vicencb@gmail.com>
Sun, 7 Aug 2016 15:18:28 +0000 (17:18 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 Aug 2016 20:57:40 +0000 (22:57 +0200)
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>
package/ntp/ntp.mk

index 7d203a5e378bd9e59fb10b8371cd7dd7f969f5cc..0b6304b109b8483c863937bab004a1c5a8071ffd 100644 (file)
@@ -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