summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-12-05 13:43:38 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-12-05 13:43:38 +0000
commit03c9c5d990c12010e4d114d5f0d3227da44e48b0 (patch)
treec0032fab2adc7da535c6c1e5f34053178ff0a13e
parentbb5d895564f52874a006adff83cd31c625b03470 (diff)
downloadbind-03c9c5d990c12010e4d114d5f0d3227da44e48b0.tar.gz
bind-03c9c5d990c12010e4d114d5f0d3227da44e48b0.tar.xz
bind-03c9c5d990c12010e4d114d5f0d3227da44e48b0.zip
- build with -O0bind-9_5_0-18_5_a7_fc9
-rw-r--r--bind.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index 2475ed4..db74cad 100644
--- a/bind.spec
+++ b/bind.spec
@@ -21,7 +21,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
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 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named
%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 @@ rm -rf ${RPM_BUILD_ROOT}
%{_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)