Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/mtd: add host-acl dependency for host
When compiling the host version of mtd, --with-jffs and --with-ubifs are always set, meaning --with-xattr is set by default. The xattr support only work if 'sys/acl.h' is available, otherwise the feature is silently dropped (a warning is shown during the configuration step). This patch adds a dependency on host-acl for host-mtd, so that the xattr feature is correctly supported. Logic to have xattr support is already there and working for the non-host flavour. Signed-off-by: Antoine Tenart <[email protected]> Reviewed-by: Matthew Weber <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
- Loading branch information