From 61d99cd0097453f83436c3576ebe0d59c153dc3d Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Fri, 27 Nov 2015 09:23:11 +0100 Subject: [PATCH] Build libselinux without rpm_execcon() (#1284019) --- libselinux.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libselinux.spec b/libselinux.spec index 981d3db..9e61e60 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -106,6 +106,7 @@ needed for developing SELinux applications. %build export LDFLAGS="%{?__global_ldflags}" +export DISABLE_RPM="y" # To support building the Python wrapper against multiple Python runtimes # Define a function, for how to perform a "build" of the python wrapper against