gnome-screensaver

Differences between revisions 2 and 3
Revision 2 as of 2010-09-04 03:02:23
Size: 143
Editor: 69
Comment: remove patch
Revision 3 as of 2010-09-04 03:11:57
Size: 609
Editor: 69
Comment: add patch
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:

== Patch ==
{{{
--- orig/gnome-screensaver-2.30.0/configure.ac 2010-03-30 09:16:51.000000000 -0600
+++ gnome-screensaver-2.30.0/configure.ac 2010-07-21 12:30:46.000000000 -0600
@@ -615,6 +615,8 @@
 AM_CONDITIONAL(HAVE_PAM, test x$have_pam = xyes)
 AC_SUBST(HAVE_PAM)
 
+dnl When linking with --as-needed, add -lxklavier to LIBS
+AC_CHECK_LIB(xklavier, xkl_config_rec_new,,)
 
 # Check for the nine billion variants of shadow passwords...
 
}}}

gnome-screensaver-2.30.0

* dnl When linking with --as-needed, add -lxklavier to LIBS

  • AC_CHECK_LIB(xklavier, xkl_config_rec_new,,)

Patch

--- orig/gnome-screensaver-2.30.0/configure.ac  2010-03-30 09:16:51.000000000 -0600
+++ gnome-screensaver-2.30.0/configure.ac       2010-07-21 12:30:46.000000000 -0600
@@ -615,6 +615,8 @@
 AM_CONDITIONAL(HAVE_PAM, test x$have_pam = xyes)
 AC_SUBST(HAVE_PAM)
 
+dnl When linking with --as-needed, add -lxklavier to LIBS
+AC_CHECK_LIB(xklavier, xkl_config_rec_new,,)
 
 #       Check for the nine billion variants of shadow passwords...

RobSavoye/GoldFixes/gnome-screensaver (last edited 2010-09-04 03:11:57 by 69)