rpms/yap/FC-6 yap.spec,1.11,1.12

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Fri May 11 20:40:24 UTC 2007


Author: gemi

Update of /cvs/pkgs/rpms/yap/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1193

Modified Files:
	yap.spec 
Log Message:
remove -fstack-protector from optflags in order to enable loading of .so modules


Index: yap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yap/FC-6/yap.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- yap.spec	28 Aug 2006 10:55:46 -0000	1.11
+++ yap.spec	11 May 2007 20:39:50 -0000	1.12
@@ -1,6 +1,6 @@
 Name:		yap
 Version:	5.1.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 
 Summary:	High-performance Prolog Compiler
 
@@ -50,6 +50,7 @@
 cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} LGPL/chr
 
 %build
+%define optflags $(echo $RPM_OPT_FLAGS | sed 's|-fstack-protector||')
 %configure \
 	--enable-coroutining \
 	--enable-max-performance \
@@ -120,6 +121,10 @@
 
 
 %changelog
+* Fri May 11 2007 Gerard Milmeister <gemi at bluewin.ch> - 5.1.1-3
+- remove -fstack-protector from optflags in order to enable
+  loading of .so modules
+
 * Mon Aug 28 2006 Gerard Milmeister <gemi at bluewin.ch> - 5.1.1-2
 - Rebuild for FE6
 




More information about the fedora-extras-commits mailing list