rpms/prelink/devel prelink.spec,1.54,1.55

Jakub Jelinek jakub at fedoraproject.org
Sun Jul 5 12:31:46 UTC 2009


Author: jakub

Update of /cvs/pkgs/rpms/prelink/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25634

Modified Files:
	prelink.spec 
Log Message:
0.4.1-1


Index: prelink.spec
===================================================================
RCS file: /cvs/pkgs/rpms/prelink/devel/prelink.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -p -r1.54 -r1.55
--- prelink.spec	2 Jul 2009 15:40:29 -0000	1.54
+++ prelink.spec	5 Jul 2009 12:31:16 -0000	1.55
@@ -28,6 +28,7 @@ and thus programs come up faster.
 %setup -q -n prelink
 
 %build
+sed -i -e '/^prelink_LDADD/s/$/ -lpthread/' src/Makefile.{am,in}
 %configure --disable-shared
 make %{_smp_mflags}
 echo ====================TESTING=========================
@@ -84,10 +85,12 @@ rm -rf %{buildroot}
 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/log/prelink/prelink.log
 
 %changelog
-* Thu Jul  2 2009 Jakub Jelinek <jakub at redhat.com> 0.4.1-1
+* Sun Jul  5 2009 Jakub Jelinek <jakub at redhat.com> 0.4.1-1
 - add support for STT_GNU_IFUNC on i?86/x86_64 and R_{386,X86_64}_IRELATIVE
 - add support for DWARF3/DWARF4 features generated newly by recent
   gccs
+- temporarily link prelink against -lpthread to workaround -lselinux
+  issue
 
 * Wed Mar 11 2009 Jakub Jelinek <jakub at redhat.com> 0.4.0-7
 - fix prelinking on ppc64




More information about the scm-commits mailing list