SHA256
1
0
forked from pool/gdm

Accepting request 27497 from home:vuntz:branches:GNOME:Factory

Copy from home:vuntz:branches:GNOME:Factory/gdm via accept of submit request 27497 revision 2.
Request was accepted with message:
accept

OBS-URL: https://build.opensuse.org/request/show/27497
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=109
This commit is contained in:
Vincent Untz
2009-12-24 15:29:32 +00:00
committed by Git OBS Bridge
parent 85b0313b50
commit 35c884f0e5
6 changed files with 69 additions and 41 deletions

View File

@@ -1,17 +1,21 @@
--- configure.org 2008-12-29 09:24:05.000000000 +1100
+++ configure 2008-12-29 09:24:19.000000000 +1100
@@ -35527,7 +35527,7 @@ cat >>confdefs.h <<\_ACEOF
#define HAVE_SELINUX 1
_ACEOF
Index: configure
===================================================================
--- configure.orig
+++ configure
@@ -22413,7 +22413,7 @@ fi
$as_echo "#define HAVE_SELINUX 1" >>confdefs.h
- EXTRA_DAEMON_LIBS="$EXTRA_DAEMON_LIBS -lselinux -lattr"
+ EXTRA_DAEMON_LIBS="$EXTRA_DAEMON_LIBS -lselinux"
fi
--- configure.ac.org 2008-12-29 09:25:17.000000000 +1100
+++ configure.ac 2008-12-29 09:25:22.000000000 +1100
@@ -873,7 +873,7 @@ if test "x$with_selinux" = "xyes" ; then
Index: configure.ac
===================================================================
--- configure.ac.orig
+++ configure.ac
@@ -859,7 +859,7 @@ if test "x$with_selinux" = "xyes" ; then
AC_CHECK_LIB(selinux,setexeccon,/bin/true)
AC_CHECK_LIB(selinux,is_selinux_enabled,/bin/true)
AC_DEFINE(HAVE_SELINUX, 1, [Define if have selinux])