]> git.pld-linux.org Git - packages/ntp.git/commitdiff
- updated patch to apply against current version
authorMariusz Mazur <mmazur@pld-linux.org>
Wed, 25 Apr 2012 12:28:25 +0000 (12:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntp-no_avahi.patch -> 1.2

ntp-no_avahi.patch

index f97fbfa288ec2027ed09a58783d3a9657857e760..8b061af711d5d4d9a513b08d378e6075997956d5 100644 (file)
@@ -1,17 +1,22 @@
---- ntp-4.2.6p1/configure.ac.orig      2010-05-25 08:52:27.000000000 +0200
-+++ ntp-4.2.6p1/configure.ac   2010-05-25 09:05:44.000000000 +0200
-@@ -416,14 +416,6 @@
+--- ntp-4.2.6p5/configure.ac~  2012-04-25 13:26:34.000000000 +0200
++++ ntp-4.2.6p5/configure.ac   2012-04-25 14:15:08.109497385 +0200
+@@ -409,19 +409,6 @@
  
  AC_HEADER_STDC
- AC_CHECK_HEADERS(bstring.h)
--AC_CHECK_HEADER(dns_sd.h,
--      [AC_CHECK_LIB(dns_sd,
--                      DNSServiceRegister,
--                      [AC_DEFINE(HAVE_DNSREGISTRATION, 1,
--                              [Use Rendezvous/DNS-SD registration])])])
+ AC_CHECK_HEADERS([bstring.h])
+-AC_CHECK_HEADER(
+-    [dns_sd.h],
+-    [AC_CHECK_LIB(
+-      [dns_sd],
+-      [DNSServiceRegister],
+-      [AC_DEFINE([HAVE_DNSREGISTRATION], [1],
+-          [Use Rendezvous/DNS-SD registration])]
+-    )]
+-)
 -case "$ac_cv_lib_dns_sd_DNSServiceRegister" in
-- yes) LIBS="-ldns_sd $LIBS" ;;
+- yes)
+-    LIBS="-ldns_sd $LIBS"
 -esac
- AC_CHECK_HEADERS(errno.h fcntl.h ieeefp.h kvm.h math.h)
+ AC_CHECK_HEADERS([errno.h fcntl.h ieeefp.h kvm.h math.h])
  
- AC_CHECK_HEADERS(md5.h, [], [],
+ AC_CHECK_HEADERS(
This page took 0.116603 seconds and 4 git commands to generate.