mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
samba: reenable avahi support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user