rpms/htdig/devel htdig.spec,1.53,1.54

Adam Tkac atkac at fedoraproject.org
Mon May 31 15:41:22 UTC 2010


Author: atkac

Update of /cvs/pkgs/rpms/htdig/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20106

Modified Files:
	htdig.spec 
Log Message:
- build with -fno-strict-aliasing to get rid of useless error messages



Index: htdig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/htdig/devel/htdig.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- htdig.spec	30 Nov 2009 14:36:55 -0000	1.53
+++ htdig.spec	31 May 2010 15:41:22 -0000	1.54
@@ -4,7 +4,7 @@
 Summary: ht://Dig - Web search engine
 Name: htdig
 Version: 3.2.0
-Release: 0.9.b6%{?dist}
+Release: 0.10.b6%{?dist}
 Epoch: 4
 License: GPLv2
 Group: Applications/Internet
@@ -82,6 +82,9 @@ various web servers on the campus networ
 %build
 autoreconf -fiv
 
+export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+export CXXFLAGS="$CFLAGS"
+
 %configure \
 	--enable-shared \
 	--enable-tests \
@@ -150,6 +153,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon May 31 2010 Adam Tkac <atkac redhat com> - 4:3.2.0-0.10.b6
+- build with -fno-strict-aliasing to get rid of useless error messages
+
 * Mon Nov 30 2009 Adam Tkac <atkac redhat com> - 4:3.2.0-0.9.b6
 - merge review related fixes (#225889)
 



More information about the scm-commits mailing list