Commit 382ade52 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

ntp: disable ntpsnmpd support



Doesn't build.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 209b3425
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16,7 +16,8 @@ endif
NTP_CONF_OPT = --with-shared \
		--program-transform-name=s,,, \
		--without-crypto \
		--disable-tickadj
		--disable-tickadj \
		--without-ntpsnmpd

define NTP_PATCH_FIXUPS
	$(SED) "s,^#if.*__GLIBC__.*_BSD_SOURCE.*$$,#if 0," $(@D)/ntpd/refclock_pcf.c