rpms/ogdi/FC-6 ogdi.spec,1.1,1.2

Balint Cristian (cbalint) fedora-extras-commits at redhat.com
Thu Mar 1 17:09:58 UTC 2007


Author: cbalint

Update of /cvs/extras/rpms/ogdi/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14218

Modified Files:
	ogdi.spec 
Log Message:
 disable only the hurting compile flag.
 Modified Files:
 	ogdi.spec 



Index: ogdi.spec
===================================================================
RCS file: /cvs/extras/rpms/ogdi/FC-6/ogdi.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ogdi.spec	1 Mar 2007 12:56:10 -0000	1.1
+++ ogdi.spec	1 Mar 2007 17:09:24 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           ogdi
 Version:        3.2.0
-Release:        0.3.beta1%{?dist}
+Release:        0.4.beta1%{?dist}
 Summary:        Open Geographic Datastore Interface
 Group:          Applications/Engineering
 License:        BSD-like
@@ -62,8 +62,9 @@
 TOPDIR=`pwd`; TARGET=Linux; export TOPDIR TARGET
 INST_LIB=%{_libdir}/;export INST_LIB
 
-# do not compile with ssp. it will trigger internal bugs (mustfixupstream)
-export CFLAGS="-g3 -fPIC -DPIC -DDONT_TD_VOID -DUSE_TERMIO" 
+# do not compile with ssp. it will trigger internal bugs (to_fix_upstream)
+OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//g'`
+export CFLAGS="$OPT_FLAGS -fPIC -DPIC -DDONT_TD_VOID -DUSE_TERMIO" 
 %configure \
         --with-binconfigs \
         --with-expat \
@@ -150,6 +151,9 @@
 %{_libdir}/%{name}/libecs_tcl.so
 
 %changelog
+* Thu Mar 01 2007 Balint Cristian <cbalint at redhat.com> 3.2.0-0.4.beta1
+- disable only the hurting flag
+
 * Thu Mar 01 2007 Balint Cristian <cbalint at redhat.com> 3.2.0-0.3.beta1
 - disable fedora specific compile flags to avoid internal bugs
 




More information about the fedora-extras-commits mailing list