]> git.pld-linux.org Git - packages/ntp.git/blob - ntp-no_avahi.patch
- proper filename
[packages/ntp.git] / ntp-no_avahi.patch
1 --- ntp-4.2.6p1/configure.ac.orig       2010-05-25 08:52:27.000000000 +0200
2 +++ ntp-4.2.6p1/configure.ac    2010-05-25 09:05:44.000000000 +0200
3 @@ -416,14 +416,6 @@
4  
5  AC_HEADER_STDC
6  AC_CHECK_HEADERS(bstring.h)
7 -AC_CHECK_HEADER(dns_sd.h,
8 -       [AC_CHECK_LIB(dns_sd,
9 -                       DNSServiceRegister,
10 -                       [AC_DEFINE(HAVE_DNSREGISTRATION, 1,
11 -                               [Use Rendezvous/DNS-SD registration])])])
12 -case "$ac_cv_lib_dns_sd_DNSServiceRegister" in
13 - yes) LIBS="-ldns_sd $LIBS" ;;
14 -esac
15  AC_CHECK_HEADERS(errno.h fcntl.h ieeefp.h kvm.h math.h)
16  
17  AC_CHECK_HEADERS(md5.h, [], [],
This page took 0.050252 seconds and 3 git commands to generate.