]> git.pld-linux.org Git - packages/xorg-app-xdm.git/commitdiff
- use different variable name not to (pre)override XDM_LIBS from pkg-config
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 May 2010 06:49:32 +0000 (06:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-app-xdm-selinux.patch -> 1.1

xorg-app-xdm-selinux.patch [new file with mode: 0644]

diff --git a/xorg-app-xdm-selinux.patch b/xorg-app-xdm-selinux.patch
new file mode 100644 (file)
index 0000000..bf95503
--- /dev/null
@@ -0,0 +1,20 @@
+--- xdm-1.1.10/configure.ac.orig       2010-04-10 03:49:03.000000000 +0200
++++ xdm-1.1.10/configure.ac    2010-05-27 08:38:08.765531633 +0200
+@@ -144,7 +144,7 @@
+               [if test "x$USE_SELINUX" != "xtry" ; then
+                       AC_MSG_ERROR(["selinux support requested, but is_selinux_enabled not found."])
+                fi])
+-      XDM_LIBS="$XDM_LIBS $LIBS"
++      XDM_SELINUX_LIBS="$LIBS"
+       LIBS="$old_LIBS"
+ fi
+@@ -311,7 +311,7 @@
+ PKG_CHECK_MODULES(XDM, xmu x11 xau)
+-XDM_LIBS="$XDM_LIBS $XDM_OS_LIBS"
++XDM_LIBS="$XDM_LIBS $XDM_SELINUX_LIBS $XDM_OS_LIBS"
+ PKG_CHECK_EXISTS(xinerama, [
+       AC_DEFINE([USE_XINERAMA], 1, 
This page took 0.136868 seconds and 4 git commands to generate.