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
|
. config/options $1
|
||||||
|
|
||||||
# if [ "$AVAHI_DAEMON" = yes ]; then
|
if [ "$AVAHI_DAEMON" = yes ]; then
|
||||||
# SMB_AVAHI="--enable-avahi"
|
SMB_AVAHI="--enable-avahi"
|
||||||
# else
|
else
|
||||||
# SMB_AVAHI="--disable-avahi"
|
SMB_AVAHI="--disable-avahi"
|
||||||
# fi
|
fi
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -fPIC -DPIC"
|
CFLAGS="$CFLAGS -fPIC -DPIC"
|
||||||
|
|
||||||
@ -84,7 +84,7 @@ samba_cv_zlib_1_2_3=no \
|
|||||||
--disable-external-libtdb \
|
--disable-external-libtdb \
|
||||||
--disable-fam \
|
--disable-fam \
|
||||||
--disable-dnssd \
|
--disable-dnssd \
|
||||||
--disable-avahi \
|
$SMB_AVAHI \
|
||||||
--disable-pthreadpool \
|
--disable-pthreadpool \
|
||||||
--enable-gnutls \
|
--enable-gnutls \
|
||||||
--disable-netapi \
|
--disable-netapi \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user