[Git][NTPsec/ntpsec][master] Add some hints for where to find mDNS libraries

Matt Selsky gitlab at mg.gitlab.com
Fri Feb 10 02:53:48 UTC 2017


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
a6e8e032 by Matt Selsky at 2017-02-09T21:52:08-05:00
Add some hints for where to find mDNS libraries

- - - - -


2 changed files:

- INSTALL
- buildprep


Changes:

=====================================
INSTALL
=====================================
--- a/INSTALL
+++ b/INSTALL
@@ -86,6 +86,10 @@ seccomp::
    Optional on Linux to support restricting syscalls
    Gentoo: sys-libs/libseccomp
 
+libdnssd::
+   Optional for ntpd. Support for mDNS Service Discovery registration
+   Debian: libavahi-compat-libdnssd-dev
+
 sys/timepps.h::
    If you are building to supply Stratum 1 time service (that is, with
    refclocks linked in) you may find that you need the sys/timepps.h


=====================================
buildprep
=====================================
--- a/buildprep
+++ b/buildprep
@@ -59,6 +59,7 @@ case $installer in
     apt)
 	$do apt-get install bison libcap-dev libcap2 libseccomp-dev
 	$do apt-get install libssl-dev libssl1.0.0 python-dev
+	$do apt-get install libavahi-compat-libdnssd-dev
 	$do apt-get install pps-tools
 	$do apt-get install fonts-liberation
 	distro=`lsb_release -i -s`
@@ -85,6 +86,7 @@ case $installer in
 	$do $installer install liberation-serif-fonts.noarch
 	$do $installer install libseccomp-devel openssl-devel openssl-libs
 	$do $installer install pps-tools pps-tools-devel python python-devel
+	$do $installer install avahi-compat-libdns_sd-devel
 	;;
     yast)
 	echo "# SLES versions 12 and earlier do not have pps-tools"



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/a6e8e032a7dd46c30b68552168f88b4f005edfeb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170210/78ff2195/attachment.html>


More information about the vc mailing list