packages: gnome-mail-notification/gnome-mail-notification.spec - link with ...

baggins baggins at pld-linux.org
Mon Jul 2 00:03:03 CEST 2012


Author: baggins                      Date: Sun Jul  1 22:03:02 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- link with libX11 (build/src/mail-notification-eggtrayicon.o: undefined reference to symbol 'XSendEvent')

---- Files affected:
packages/gnome-mail-notification:
   gnome-mail-notification.spec (1.63 -> 1.64) 

---- Diffs:

================================================================
Index: packages/gnome-mail-notification/gnome-mail-notification.spec
diff -u packages/gnome-mail-notification/gnome-mail-notification.spec:1.63 packages/gnome-mail-notification/gnome-mail-notification.spec:1.64
--- packages/gnome-mail-notification/gnome-mail-notification.spec:1.63	Sun Jul  1 23:57:12 2012
+++ packages/gnome-mail-notification/gnome-mail-notification.spec	Mon Jul  2 00:02:57 2012
@@ -95,10 +95,11 @@
 
 %build
 ./jb configure \
-		destdir=$RPM_BUILD_ROOT \
-		sysconfdir=%{_sysconfdir} \
-		localstatedir=%{_var} \
-		install-gconf-schemas=no
+	libs="-lX11" \
+	destdir=$RPM_BUILD_ROOT \
+	sysconfdir=%{_sysconfdir} \
+	localstatedir=%{_var} \
+	install-gconf-schemas=no
 ./jb build
 
 %install
@@ -145,6 +146,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.64  2012/07/01 22:02:57  baggins
+- link with libX11 (build/src/mail-notification-eggtrayicon.o: undefined reference to symbol 'XSendEvent')
+
 Revision 1.63  2012/07/01 21:57:12  baggins
 - updated gtk3/evolution patches from fedora
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/gnome-mail-notification/gnome-mail-notification.spec?r1=1.63&r2=1.64



More information about the pld-cvs-commit mailing list