mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
samba: Link against avahi
We should use avahi to announce file sharing services to the network using mDNS, too. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user