[Pkg-samba-maint] [samba] 15/16: Enable avahi support (Closes: #859875)
Mathieu Parent
sathieu at moszumanska.debian.org
Thu Jun 8 21:29:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
sathieu pushed a commit to branch master
in repository samba.
commit 5ecc3a02fc7b8b41c06bb084bc4f7a7aa720d750
Author: Laurent Bigonville <bigon at bigon.be>
Date: Wed Apr 19 17:49:05 2017 +0200
Enable avahi support (Closes: #859875)
This is used to advertise the _smb._tcp service with the name of the
domain.
samba will continue to work as before if avahi is not enabled on the
machine.
---
debian/control | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 50304ee..52335b5 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,8 @@ Build-Depends: bison,
libaio-dev [linux-any],
libarchive-dev,
libattr1-dev,
+ libavahi-client-dev,
+ libavahi-common-dev,
libblkid-dev,
libbsd-dev,
libcap-dev [linux-any],
diff --git a/debian/rules b/debian/rules
index 0f659a1..5a9aeb3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,7 +63,7 @@ conf_args = \
--with-lockdir=/var/run/samba \
--with-statedir=/var/lib/samba \
--with-cachedir=/var/cache/samba \
- --disable-avahi \
+ --enable-avahi \
--disable-rpath \
--disable-rpath-install \
--bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git
More information about the Pkg-samba-maint
mailing list