package/rpm: add more disabling options

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@live.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
James Knight 2023-05-07 17:34:30 -04:00 committed by Yann E. MORIN
parent b7de8417e1
commit 2a068781f1

View File

@ -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