rpms/bind/devel bind.spec,1.232,1.233

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Wed Dec 5 13:44:10 UTC 2007


Author: atkac

Update of /cvs/pkgs/rpms/bind/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20427

Modified Files:
	bind.spec 
Log Message:
- build with -O0



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- bind.spec	4 Dec 2007 13:44:21 -0000	1.232
+++ bind.spec	5 Dec 2007 13:43:38 -0000	1.233
@@ -21,7 +21,7 @@
 Name: 		bind
 License: 	ISC
 Version: 	9.5.0
-Release: 	18.4.%{RELEASEVER}%{?dist}
+Release: 	18.5.%{RELEASEVER}%{?dist}
 Epoch:   	32
 Url: 		http://www.isc.org/products/BIND/
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -258,7 +258,7 @@
 
 
 %build
-export CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
+export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -O0"
 
 libtoolize --copy --force; aclocal; autoconf
 cp -f /usr/share/libtool/config.{guess,sub} .
@@ -663,6 +663,9 @@
 %{_sbindir}/bind-chroot-admin
 
 %changelog
+* Wed Dec 05 2007 Adam Tkac <atkac redhat com> 32:9.5.0-18.5.a7
+- build with -O0
+
 * Mon Dec 03 2007 Adam Tkac <atkac redhat com> 32:9.5.0-18.4.a7
 - bind-9.5-random_ports.patch was removed because upstream doesn't
   like it. query-source{,v6} options are sufficient (#391931)




More information about the fedora-extras-commits mailing list