ntp: disable ntpsnmpd support
Doesn't build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
209b342531
commit
382ade52a5
@ -16,7 +16,8 @@ endif
|
|||||||
NTP_CONF_OPT = --with-shared \
|
NTP_CONF_OPT = --with-shared \
|
||||||
--program-transform-name=s,,, \
|
--program-transform-name=s,,, \
|
||||||
--without-crypto \
|
--without-crypto \
|
||||||
--disable-tickadj
|
--disable-tickadj \
|
||||||
|
--without-ntpsnmpd
|
||||||
|
|
||||||
define NTP_PATCH_FIXUPS
|
define NTP_PATCH_FIXUPS
|
||||||
$(SED) "s,^#if.*__GLIBC__.*_BSD_SOURCE.*$$,#if 0," $(@D)/ntpd/refclock_pcf.c
|
$(SED) "s,^#if.*__GLIBC__.*_BSD_SOURCE.*$$,#if 0," $(@D)/ntpd/refclock_pcf.c
|
||||||
|
Loading…
Reference in New Issue
Block a user