From 391540d9d82b42042756c67b2f5676d799d92f59 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 7 Oct 2020 08:09:36 +0000 Subject: [PATCH] samba: Link against avahi We should use avahi to announce file sharing services to the network using mDNS, too. Signed-off-by: Michael Tremer --- lfs/samba | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/samba b/lfs/samba index dcc3ee051d..874166d2e3 100644 --- a/lfs/samba +++ b/lfs/samba @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 69 +PAK_VER = 70 -DEPS = cups libtirpc krb5 perl-Parse-Yapp +DEPS = avahi cups libtirpc krb5 perl-Parse-Yapp ############################################################################### # Top-level Rules @@ -90,9 +90,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-acl-support \ --with-sendfile-support \ --with-winbind \ - --enable-fhs \ + --enable-avahi \ --enable-cups \ - --disable-avahi \ + --enable-fhs \ --with-syslog cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install -- 2.39.5