mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
samba: reenable avahi support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d593b62b99
commit
585dd6712c
@ -22,11 +22,11 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
# if [ "$AVAHI_DAEMON" = yes ]; then
|
||||
# SMB_AVAHI="--enable-avahi"
|
||||
# else
|
||||
# SMB_AVAHI="--disable-avahi"
|
||||
# fi
|
||||
if [ "$AVAHI_DAEMON" = yes ]; then
|
||||
SMB_AVAHI="--enable-avahi"
|
||||
else
|
||||
SMB_AVAHI="--disable-avahi"
|
||||
fi
|
||||
|
||||
CFLAGS="$CFLAGS -fPIC -DPIC"
|
||||
|
||||
@ -84,7 +84,7 @@ samba_cv_zlib_1_2_3=no \
|
||||
--disable-external-libtdb \
|
||||
--disable-fam \
|
||||
--disable-dnssd \
|
||||
--disable-avahi \
|
||||
$SMB_AVAHI \
|
||||
--disable-pthreadpool \
|
||||
--enable-gnutls \
|
||||
--disable-netapi \
|
||||
|
Loading…
x
Reference in New Issue
Block a user