SHA256
1
0
forked from pool/gdm

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

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

OBS-URL: https://build.opensuse.org/request/show/30654
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=114
This commit is contained in:
Vincent Untz
2010-01-28 00:01:09 +00:00
committed by Git OBS Bridge
parent 4a2a04ed22
commit f452ebae25
5 changed files with 22 additions and 9 deletions

View File

@@ -2,9 +2,9 @@ Index: configure
===================================================================
--- configure.orig
+++ configure
@@ -22413,7 +22413,7 @@ fi
$as_echo "#define HAVE_SELINUX 1" >>confdefs.h
@@ -31058,7 +31058,7 @@ cat >>confdefs.h <<\_ACEOF
#define HAVE_SELINUX 1
_ACEOF
- EXTRA_DAEMON_LIBS="$EXTRA_DAEMON_LIBS -lselinux -lattr"
+ EXTRA_DAEMON_LIBS="$EXTRA_DAEMON_LIBS -lselinux"
@@ -15,7 +15,7 @@ Index: configure.ac
===================================================================
--- configure.ac.orig
+++ configure.ac
@@ -859,7 +859,7 @@ if test "x$with_selinux" = "xyes" ; then
@@ -868,7 +868,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])