From d271977b48ba9cb47a6229ecfb526750ee770c8b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 2 Jan 2014 10:46:25 +0100 Subject: [PATCH] glibc: forcefully disable selinux. --- srcpkgs/glibc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/glibc/template b/srcpkgs/glibc/template index 0d46c8919d9..1018e7ad0fe 100644 --- a/srcpkgs/glibc/template +++ b/srcpkgs/glibc/template @@ -63,7 +63,7 @@ do_configure() { --enable-multi-arch --enable-bind-now \ --disable-profile --enable-kernel=2.6.27 \ --enable-stack-guard-randomization --enable-lock-elision \ - --without-cvs --without-gd + --without-selinux --without-cvs --without-gd } do_build() {