projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
209b342
)
ntp: disable ntpsnmpd support
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 4 Nov 2010 12:40:54 +0000
(13:40 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 4 Nov 2010 13:22:16 +0000
(14:22 +0100)
Doesn't build.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/ntp/ntp.mk
patch
|
blob
|
history
diff --git
a/package/ntp/ntp.mk
b/package/ntp/ntp.mk
index 7265083961191f9afd436fdf36255294b2824803..51e395620019ee63382a40404d1ce2e07652a07e 100644
(file)
--- a/
package/ntp/ntp.mk
+++ b/
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