mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
netatalk: add support for ACLs
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
50bd1b972c
commit
eba9e55bae
@ -29,6 +29,12 @@ NETATALK_CONF_OPT += --with-cnid-cdb-backend \
|
|||||||
--with-dtrace=no \
|
--with-dtrace=no \
|
||||||
--with-mysql-config=no
|
--with-mysql-config=no
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_ACL),y)
|
||||||
|
NETATALK_DEPENDENCIES += acl
|
||||||
|
else
|
||||||
|
NETATALK_CONF_OPT += --with-acls=no
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_AVAHI_DAEMON)$(BR2_PACKAGE_DBUS),yy)
|
ifeq ($(BR2_PACKAGE_AVAHI_DAEMON)$(BR2_PACKAGE_DBUS),yy)
|
||||||
NETATALK_DEPENDENCIES += avahi
|
NETATALK_DEPENDENCIES += avahi
|
||||||
NETATALK_CONF_OPT += --enable-zeroconf=$(STAGING_DIR)/usr
|
NETATALK_CONF_OPT += --enable-zeroconf=$(STAGING_DIR)/usr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user