I'm trying to compile stress-ng without having libapparmor installed. Looking at the code it tries to auto-detect when various libraries are installed and then it enables or disables various benchmarks accordingly. I'd like to put at least libapparmor behind a use flag like apparmor so that I can compile this program without requiring this library.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b833df7426f2c94fcd079b53cdaa2ace4f338c4 commit 4b833df7426f2c94fcd079b53cdaa2ace4f338c4 Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2020-08-09 11:55:22 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2020-08-09 11:57:47 +0000 app-benchmarks/stress-ng: bump to version 0.11.17 Closes: https://bugs.gentoo.org/728728 Closes: https://github.com/gentoo/gentoo/pull/16321 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> app-benchmarks/stress-ng/Manifest | 1 + .../files/stress-ng-0.11.17-makefile.patch | 61 ++++++++++++++++++++++ app-benchmarks/stress-ng/stress-ng-0.11.17.ebuild | 41 +++++++++++++++ 3 files changed, 103 insertions(+)