rpms/pth/devel pth.spec,1.13,1.14

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon May 22 11:21:04 UTC 2006


Author: mschwendt

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

Modified Files:
	pth.spec 
Log Message:
* Mon May 22 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.6-2
- Insert -g into CFLAGS after configure script removes it.
- Disable configure check for obsolete sigstack(), which segfaults.



Index: pth.spec
===================================================================
RCS file: /cvs/extras/rpms/pth/devel/pth.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pth.spec	16 Feb 2006 01:12:42 -0000	1.13
+++ pth.spec	22 May 2006 11:21:03 -0000	1.14
@@ -1,7 +1,7 @@
 Summary:        The GNU Portable Threads library
 Name:           pth
 Version:        2.0.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        LGPL
 Group:          System Environment/Libraries
 URL:            http://www.gnu.org/software/pth/
@@ -31,7 +31,8 @@
 
 
 %build
-%configure --disable-static
+%configure --disable-static ac_cv_func_sigstack='no'
+sed -i -e 's!@CFLAGS@,!@CFLAGS@,-g !' config.status ; ./config.status
 # this is necessary; without it make -j fails
 make pth_p.h
 make %{?_smp_mflags}
@@ -73,6 +74,10 @@
 
 
 %changelog
+* Mon May 22 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.6-2
+- Insert -g into CFLAGS after configure script removes it.
+- Disable configure check for obsolete sigstack(), which segfaults.
+
 * Thu Feb 16 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.6-1
 - Update to 2.0.6.
 




More information about the fedora-extras-commits mailing list