On 02/25/2010 08:44 PM, Peter Hutterer wrote: > All ddxs require linking against selinux if enabled. > > Signed-off-by: Peter Hutterer <[email protected]> > --- > configure.ac | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 7d6944d..0579551 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -1432,7 +1432,7 @@ PKG_CHECK_MODULES([XSERVERLIBS], [$REQUIRED_LIBS]) > # > XSERVER_CFLAGS="${XSERVER_CFLAGS} ${XSERVERCFLAGS_CFLAGS}" > XSERVER_LIBS="$DIX_LIB $CONFIG_LIB $MI_LIB $OS_LIB" > -XSERVER_SYS_LIBS="${XSERVERLIBS_LIBS} ${SYS_LIBS} ${LIBS}" > +XSERVER_SYS_LIBS="${XSERVERLIBS_LIBS} ${SYS_LIBS} ${LIBS} ${SELINUX_LIBS}" > AC_SUBST([XSERVER_LIBS]) > AC_SUBST([XSERVER_SYS_LIBS]) > > @@ -1580,7 +1580,7 @@ if test "x$XORG" = xyes; then > AC_CHECK_FUNCS([pci_device_vgaarb_init]) > LIBS=$SAVE_LIBS > CFLAGS=$SAVE_CFLAGS > - XORG_SYS_LIBS="$XORG_SYS_LIBS $PCIACCESS_LIBS $GLX_SYS_LIBS > $SELINUX_LIBS" > + XORG_SYS_LIBS="$XORG_SYS_LIBS $PCIACCESS_LIBS $GLX_SYS_LIBS" > XORG_CFLAGS="$XORG_CFLAGS $PCIACCESS_CFLAGS" > > case $host_os in >
Reviewed-by: Eamon Walsh <[email protected]> Both patches, please push. _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
