diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-07-26 19:57:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-07-26 19:57:10 +0100 |
commit | cc8ebada17eb365c21625b4c64b04115c0580fde (patch) | |
tree | 7d764a42923e96c5654207eb02121d9fa06b0eef /gnome-base/gdm/files/gdm-3.6.0-selinux-automagic.patch | |
parent | 6927177a7ec90d5fc35926b7da45c0886673bc50 (diff) |
clean some deprecated ebuilds...no distfiles available anymore
Diffstat (limited to 'gnome-base/gdm/files/gdm-3.6.0-selinux-automagic.patch')
-rw-r--r-- | gnome-base/gdm/files/gdm-3.6.0-selinux-automagic.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/gnome-base/gdm/files/gdm-3.6.0-selinux-automagic.patch b/gnome-base/gdm/files/gdm-3.6.0-selinux-automagic.patch deleted file mode 100644 index 035d0fa4..00000000 --- a/gnome-base/gdm/files/gdm-3.6.0-selinux-automagic.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 8f9bf7b053fc7a6c2e5b33fc43c168ba7250cb98 Mon Sep 17 00:00:00 2001 -From: Alexandre Rostovtsev <tetromino@gentoo.org> -Date: Tue, 25 Sep 2012 17:38:37 -0400 -Subject: [PATCH] configure: Make selinux check non-automagic - ---- - configure.ac | 6 +++++- - 1 file changed, 5 insertions(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index 80a1fd4..61a43d6 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -142,9 +142,13 @@ AC_SUBST(UPOWER) - AC_SUBST(UPOWER_CFLAGS) - AC_SUBST(UPOWER_LIBS) - -+AC_ARG_WITH(selinux, -+ AS_HELP_STRING([--with-selinux], -+ [Add SELinux support])) -+ - PKG_CHECK_MODULES(LIBSELINUX, libselinux, have_selinux=yes, have_selinux=no) - --if test "x$have_selinux" = "xyes" ; then -+if test "x$have_selinux" = "xyes" && test "x$with_selinux" != "xno" ; then - AC_DEFINE(HAVE_SELINUX, 1, [Define if have selinux]) - fi - AC_SUBST(LIBSELINUX_CFLAGS) --- -1.7.12 - |