]> git.pld-linux.org Git - packages/ntp.git/blob - ntp-no_avahi.patch
do not start "syncing" time from cron just i installed ntpdate package!
[packages/ntp.git] / ntp-no_avahi.patch
1 --- ntp-4.2.6p5/configure.ac~   2012-04-25 13:26:34.000000000 +0200
2 +++ ntp-4.2.6p5/configure.ac    2012-04-25 14:15:08.109497385 +0200
3 @@ -409,19 +409,6 @@
4  
5  AC_HEADER_STDC
6  AC_CHECK_HEADERS([bstring.h])
7 -AC_CHECK_HEADER(
8 -    [dns_sd.h],
9 -    [AC_CHECK_LIB(
10 -       [dns_sd],
11 -       [DNSServiceRegister],
12 -       [AC_DEFINE([HAVE_DNSREGISTRATION], [1],
13 -           [Use Rendezvous/DNS-SD registration])]
14 -    )]
15 -)
16 -case "$ac_cv_lib_dns_sd_DNSServiceRegister" in
17 - yes)
18 -    LIBS="-ldns_sd $LIBS"
19 -esac
20  AC_CHECK_HEADERS([errno.h fcntl.h ieeefp.h kvm.h math.h])
21  
22  AC_CHECK_HEADERS(
This page took 0.0256 seconds and 3 git commands to generate.