guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/12: gnu: glib: Disable SELinux support.


From: guix-commits
Subject: 10/12: gnu: glib: Disable SELinux support.
Date: Wed, 16 Dec 2020 18:17:29 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 77577c03aa3171921d891ac25be979f4f5d3d18e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Dec 16 00:38:39 2020 +0100

    gnu: glib: Disable SELinux support.
    
    It was added mainly because the build system previously could not cope with
    SELinux being missing.
    
    * gnu/packages/glib.scm (glib)[propagated-inputs]: Remove LIBSELINUX.
    [arguments]: Add #:configure-flags.
---
 gnu/packages/glib.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 6efc392..2b720ad 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -60,7 +60,6 @@
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python)
   #:use-module (gnu packages python-xyz)
-  #:use-module (gnu packages selinux)
   #:use-module (gnu packages web)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages xorg)
@@ -198,7 +197,6 @@ shared NFS home directories.")
       ("libffi" ,libffi) ; in the Requires.private field of gobject-2.0.pc
       ;; These are in the Requires.private field of gio-2.0.pc
       ("util-linux" ,util-linux "lib")  ;for libmount
-      ("libselinux" ,libselinux)
       ("zlib" ,zlib)))
    (native-inputs
     `(("gettext" ,gettext-minimal)
@@ -210,6 +208,7 @@ shared NFS home directories.")
       ("tzdata" ,tzdata-for-tests)))                  ; for tests/gdatetime.c
    (arguments
     `(#:disallowed-references (,tzdata-for-tests)
+      #:configure-flags '("-Dselinux=disabled")
       #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'patch-dbus-launch-path



reply via email to

[Prev in Thread] Current Thread [Next in Thread]