From: Vicente Bergas Date: Sun, 7 Aug 2016 15:18:28 +0000 (+0200) Subject: ntp: disable debugging X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a2ce4167e230415e0dbc1349112790b07e104e88;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/ntp/ntp.mk b/package/ntp/ntp.mk index 7d203a5e37..0b6304b109 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