If I configure rsync-bpc with --disable-acl-support, ACL is still enabled in build process leading to https://github.com/backuppc/rsync-bpc/issues/27 Doing sed -i 's,lib/sysacls.o,,' Makefile* in source lead to a successful build. Furthermore, backuppc is still working after this change.