From 88ed98d27e7e9f9667d3dfe3d70dfda548f185c2 Mon Sep 17 00:00:00 2001 From: Dmitry Fedorov Date: Fri, 20 Feb 2015 13:44:04 +0300 Subject: [PATCH] do not enable selinux explicitly --- glibc.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/glibc.spec b/glibc.spec index a9787ee..464e590 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1009,11 +1009,6 @@ function BuildGlibc() { --enable-add-ons=$AddOns \ --disable-profile \ --enable-static \ -%if %{with selinux} - --enable-selinux \ -%else - --disable-selinux \ -%endif --enable-bind-now \ $ExtraFlags \ $MultiArchFlags \