rpms/xbindkeys/devel xbindkeys.spec,1.11,1.12

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Sun Jul 2 21:20:43 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/xbindkeys/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17315

Modified Files:
	xbindkeys.spec 
Log Message:
use LDFLAGS=-lpthread to fix build on FC6


Index: xbindkeys.spec
===================================================================
RCS file: /cvs/extras/rpms/xbindkeys/devel/xbindkeys.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xbindkeys.spec	2 Jul 2006 14:25:10 -0000	1.11
+++ xbindkeys.spec	2 Jul 2006 21:20:43 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           xbindkeys
 Version:        1.7.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 Summary:        Binds keys or mouse buttons to shell commands under X.
 License:        GPL
@@ -25,7 +25,7 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} LDFLAGS="-lpthread"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -41,6 +41,9 @@
 %attr(0644, root, root) %{_mandir}/man?/*
 
 %changelog
+* Sun Jul 02 2006 Aurelien Bompard <gauret[AT]free.fr> 1.7.3-3
+- use LDFLAGS=-lpthread to fix build on FC6
+
 * Sun Jul 02 2006 Aurelien Bompard <gauret[AT]free.fr> 1.7.3-2
 - add patch to disable the use of rpl_malloc instead of malloc
 




More information about the fedora-extras-commits mailing list