[Buildroot] [git commit] package/rpm: add more disabling options

Yann E. MORIN yann.morin.1998 at free.fr
Sun May 7 21:44:47 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=2a068781f1280f7f36d95678b3b359b1457f8dc9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Adding a series of feature-disable configurations of options introduced
over the recent versions, but where never added.

Signed-off-by: James Knight <james.d.knight at live.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/rpm/rpm.mk | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/package/rpm/rpm.mk b/package/rpm/rpm.mk
index 08bcb85ae4..38e4ea2160 100644
--- a/package/rpm/rpm.mk
+++ b/package/rpm/rpm.mk
@@ -29,7 +29,10 @@ RPM_SELINUX_MODULES = rpm
 RPM_CONF_OPTS = \
 	--disable-python \
 	--disable-rpath \
-	--with-gnu-ld
+	--with-gnu-ld \
+	--without-fapolicyd \
+	--without-fsverity \
+	--without-imaevm
 
 ifeq ($(BR2_PACKAGE_ACL),y)
 RPM_DEPENDENCIES += acl



More information about the buildroot mailing list