From: Jo-Philipp Wich Date: Wed, 23 Dec 2009 22:38:57 +0000 (+0000) Subject: [packages] ntpd: force disabling of mdns responder support X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=039b0b9b4ba15c46842b43bc3ff48c9c75feb4ac [packages] ntpd: force disabling of mdns responder support SVN-Revision: 18910 --- diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 34e8b6f4fa..c0963a7951 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -35,7 +35,6 @@ endef define Package/ntpd $(call Package/ntpd/Default) - DEPENDS:=+mdnsresponder TITLE+= server endef @@ -103,6 +102,7 @@ define Build/Configure --enable-SHM \ --disable-linuxcaps, \ ac_cv_lib_rt_sched_setscheduler=no \ + ac_cv_header_dns_sd_h=no \ ) endef