From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] sed: Disable SELinux support Date: Wed, 19 Oct 2016 12:55:30 +0200 Message-ID: <1476874530-12713-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3672818340564105577==" List-Id: --===============3672818340564105577== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Fixes #11227. Signed-off-by: Stefan Schantl --- sed/sed.nm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sed/sed.nm b/sed/sed.nm index 6f21595..49a44e4 100644 --- a/sed/sed.nm +++ b/sed/sed.nm @@ -5,7 +5,7 @@ name = sed version = 4.2.2 -release = 1 +release = 2 groups = Applications/Text url = http://sed.sourceforge.net/ @@ -23,10 +23,6 @@ end source_dl = ftp://ftp.gnu.org/gnu/sed/ build - requires - libselinux-devel - end - configure_options += \ --without-included-regex -- 2.7.4 --===============3672818340564105577==--