Build with --disable-werror
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
cd76fcfc61
commit
f04e384fd8
@ -34,7 +34,7 @@ off of your LDAP server.
|
|||||||
%build
|
%build
|
||||||
export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS"
|
export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS"
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure
|
%configure --disable-werror
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -60,6 +60,7 @@ rm -rf %{buildroot}
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Apr 16 2013 Adam Tkac <atkac redhat com> 3.1-2
|
* Tue Apr 16 2013 Adam Tkac <atkac redhat com> 3.1-2
|
||||||
- rebuild against new bind
|
- rebuild against new bind
|
||||||
|
- build with --disable-werror
|
||||||
|
|
||||||
* Fri Apr 12 2013 Petr Spacek <pspacek redhat com> 3.1-1
|
* Fri Apr 12 2013 Petr Spacek <pspacek redhat com> 3.1-1
|
||||||
- update to 3.1
|
- update to 3.1
|
||||||
|
Loading…
Reference in New Issue
Block a user