[bind-dyndb-ldap] Build with --disable-werror

Adam Tkac atkac at fedoraproject.org
Tue Apr 16 14:55:09 UTC 2013


commit f04e384fd888d97265da56e866b568bd7c4a4a46
Author: Adam Tkac <atkac at redhat.com>
Date:   Tue Apr 16 16:54:23 2013 +0200

    Build with --disable-werror
    
    Signed-off-by: Adam Tkac <atkac at redhat.com>

 bind-dyndb-ldap.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/bind-dyndb-ldap.spec b/bind-dyndb-ldap.spec
index b36c5cb..8232b8f 100644
--- a/bind-dyndb-ldap.spec
+++ b/bind-dyndb-ldap.spec
@@ -34,7 +34,7 @@ off of your LDAP server.
 %build
 export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS"
 autoreconf -fiv
-%configure
+%configure --disable-werror
 make %{?_smp_mflags}
 
 
@@ -60,6 +60,7 @@ rm -rf %{buildroot}
 %changelog
 * Tue Apr 16 2013 Adam Tkac <atkac redhat com> 3.1-2
 - rebuild against new bind
+- build with --disable-werror
 
 * Fri Apr 12 2013 Petr Spacek <pspacek redhat com> 3.1-1
 - update to 3.1


More information about the scm-commits mailing list