diff --git a/network/samba/samba.conf b/network/samba/samba.conf index dfcf894f3..09aef14c7 100644 --- a/network/samba/samba.conf +++ b/network/samba/samba.conf @@ -47,7 +47,9 @@ var_append extraconfopt ' ' "--with-piddir=$localstatedir/run/$pkg" var_append extraconfopt ' ' "--with-libsmbclient" # Windows NT/2000/XP ACL support (needs POSIX ACL support on the host) -var_append extraconfopt ' ' "--with-acl-support" +if pkginstalled -f acl; then + var_append extraconfopt ' ' "--with-acl-support" +fi # support for the automounter var_append extraconfopt ' ' "--with-automount"