rpms/gnome-session/devel gnome-session-libs.patch, NONE, 1.1 gnome-session.spec, 1.258, 1.259

Matthias Clasen mclasen at fedoraproject.org
Fri Feb 12 00:23:03 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-session/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9951

Modified Files:
	gnome-session.spec 
Added Files:
	gnome-session-libs.patch 
Log Message:
make ld happy


gnome-session-libs.patch:
 configure.in |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE gnome-session-libs.patch ---
diff -up gnome-session-2.29.6/configure.in.libs gnome-session-2.29.6/configure.in
--- gnome-session-2.29.6/configure.in.libs	2010-02-11 19:18:01.736273150 -0500
+++ gnome-session-2.29.6/configure.in	2010-02-11 19:19:29.621272995 -0500
@@ -165,6 +165,8 @@ AC_CHECK_LIB(Xau, XauFileName, [X_LIBS="
 *** Can't find the Xauth library. It is needed to compile gnome-session.])],
 	     $X_LIBS)
 
+X_LIBS="$X_LIBS -lXext"
+
 AC_SUBST(X_LIBS)
 
 dnl ====================================================================


Index: gnome-session.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-session/devel/gnome-session.spec,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -p -r1.258 -r1.259
--- gnome-session.spec	12 Feb 2010 00:04:11 -0000	1.258
+++ gnome-session.spec	12 Feb 2010 00:23:03 -0000	1.259
@@ -76,6 +76,8 @@ Patch3: 0001-Add-ability-to-perform-acti
 # https://bugzilla.gnome.org/show_bug.cgi?id=607094
 Patch4: nag-root-user.patch
 
+Patch5: gnome-session-libs.patch
+
 %description
 gnome-session manages a GNOME desktop or GDM login session. It starts up
 the other core GNOME components and handles logout and saving the session.
@@ -92,6 +94,7 @@ Desktop file to add GNOME to display man
 %setup -q
 %patch3 -p1 -b .max-idle
 %patch4 -p1 -b .nag-root-user
+%patch5 -p1 -b .libs
 
 echo "ACLOCAL_AMFLAGS = -I m4" >> Makefile.am
 



More information about the scm-commits mailing list