summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Festi <ffesti@redhat.com>2023-04-06 14:10:31 +0200
committerPanu Matilainen <pmatilai@redhat.com>2023-04-11 08:19:59 +0300
commitea71755e376e02d1a68e1b6122df42b03e794b74 (patch)
treef3a879e2748a54097e15e6dafd2899b98a1e06d4
parent589fb0e3aa15683cc71931da95b328e57a9c58b6 (diff)
downloadrpm-ea71755e376e02d1a68e1b6122df42b03e794b74.tar.gz
Add WITH_FAPOLICYD build option
defaulting to ON. The if clauses were already in place just the option line was missing.
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2b3cc9e21..a572a4ca5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,6 +30,7 @@ option(WITH_DBUS "Build with DBUS support" ON)
option(WITH_AUDIT "Build with audit support" ON)
option(WITH_FSVERITY "Build with fsverity support" OFF)
option(WITH_IMAEVM "Build with IMA support" OFF)
+option(WITH_FAPOLICYD "Build with fapolicyd support" ON)
set(RPM_CONFIGDIR "${CMAKE_INSTALL_PREFIX}/lib/rpm" CACHE PATH "rpm home")
set(RPM_VENDOR "vendor" CACHE STRING "rpm vendor string")