rpms/kaya/devel kaya.spec,1.1,1.2

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Mon Jun 9 16:54:34 UTC 2008


Author: s4504kr

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

Modified Files:
	kaya.spec 
Log Message:

kaya doesn't likes -fstack-protector



Index: kaya.spec
===================================================================
RCS file: /cvs/extras/rpms/kaya/devel/kaya.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kaya.spec	8 Jun 2008 17:58:59 -0000	1.1
+++ kaya.spec	9 Jun 2008 16:53:59 -0000	1.2
@@ -4,7 +4,7 @@
 
 Name:		kaya
 Version:	0.5.0
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A Statically typed, imperative programming-language
 
 Group:		Development/Languages
@@ -55,7 +55,8 @@
 
 %build
 autoconf
-CFLAGS=$(echo $RPM_OPT_FLAGS | sed -e 's/\-wp,\-D_FORTIFY_SOURCE=2//g')
+CFLAGS=$(echo $RPM_OPT_FLAGS | sed -e 's/\-wp,\-D_FORTIFY_SOURCE=2//g' | \
+                               sed -e 's/\-fstack\-protector//g' )
 %configure
 
 # make doesn't support _smp_flags
@@ -94,6 +95,9 @@
 %doc examples/ docs/
 
 %changelog
+* Mon Jun  9 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.5.0-5
+- Koji don't like -fstack-protector
+
 * Thu Jun  5 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.5.0-4
 - Fix issue to detect mysql in configure script
 




More information about the fedora-extras-commits mailing list