Explorar o código

ntp: disable ntpsnmpd support

Doesn't build.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard %!s(int64=14) %!d(string=hai) anos
pai
achega
382ade52a5
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      package/ntp/ntp.mk

+ 2 - 1
package/ntp/ntp.mk

@@ -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